Shades of Rio Grande #AFC516
Tints of Rio Grande #AFC516
RGB
CMYK
RGB Variations
Color information
#AFC516 (or 0xAFC516) is known color: Rio Grande. HEX triplet: AF, C5 and 16. RGB value is (175,197,22). Sum of RGB (Red+Green+Blue) = 175+197+22=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC516 is #503AE9. Grayscale: #ABABAB. Windows color (decimal): -5257962 or 1492399. OLE color: 1492399.
HSL color Cylindrical-coordinate representation of color #AFC516: hue angle of 67.54º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFC516 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 22 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.23 |
| HSL | 67.54º | 0.8% | 0.43% | - |
| HSV(B) | 67.54º | 0.89% | 0.77% | - |
| XYZ | 37.79 | 49.1 | 8.25 | - |
| YUV | 170.47 | 44.21 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 22 | 0.11 | 0 | 0.89 | 0.23 | 67.54 | 0.8 | 0.43 |
| Hex | AF | C5 | 16 | B | 0 | 59 | 17 | 44 | 50 | 2B |
| Octal | 257 | 305 | 26 | 13 | 0 | 131 | 27 | 104 | 120 | 53 |
| Binary | 10101111 | 11000101 | 10110 | 1011 | 0 | 1011001 | 10111 | 1000100 | 1010000 | 101011 |
Color Harmonies of #AFC516
Complementary color
Monochromatic Colors of #AFC516
Black with #AFC516
Text Example
Text Example
White with #AFC516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC516; }
p { color: rgb(175,197,22); }
H1.HeaderClassName
{
color: #AFC516;
}
.AnyTagClassName
{
color: #AFC516;
}
</style>
background-color css
<style>
a { background-color: #AFC516; }
a { background-color: rgb(175,197,22); }
div.DivClassName
{
background-color: #AFC516;
}
.BgClassName
{
background-color: #AFC516;
}
</style>
border-color css
<style>
span { border-color: #AFC516; }
span { border-color: rgb(175,197,22); }
td.TdClassName
{
border-color: #AFC516;
}
.TagClassName
{
border-color: #AFC516;
}
</style>