Does anyone know a good script for comparing RBG values?
The values are hexadecimal and I need to find a color that is closest to the one I'm comparing. I've tried a lot of stuff but I can't get the results I want.
Picture this:
What I need is a way to compare the colors so that it returns DARKGREY.
Hope it makes sence.
Thanks in advance
The values are hexadecimal and I need to find a color that is closest to the one I'm comparing. I've tried a lot of stuff but I can't get the results I want.
Picture this:
Code:
$BaseColor = BLACK $ColorOne = YELLOW $ColorTwo = DARKGREY
Hope it makes sence.
Thanks in advance
Comment