Shades of Rio Grande #AFC617
Tints of Rio Grande #AFC617
RGB
CMYK
RGB Variations
Color information
#AFC617 (or 0xAFC617) is known color: Rio Grande. HEX triplet: AF, C6 and 17. RGB value is (175,198,23). Sum of RGB (Red+Green+Blue) = 175+198+23=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 198 (77.73% from 255 or 50% from 396); Blue value is 23 (9.38% from 255 or 5.81% from 396); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC617 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC617 is #5039E8. Grayscale: #ABABAB. Windows color (decimal): -5257705 or 1558191. OLE color: 1558191.
HSL color Cylindrical-coordinate representation of color #AFC617: hue angle of 67.89º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFC617 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 23 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.22 |
| HSL | 67.89º | 0.79% | 0.43% | - |
| HSV(B) | 67.89º | 0.88% | 0.78% | - |
| XYZ | 38.03 | 49.56 | 8.37 | - |
| YUV | 171.17 | 44.38 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 23 | 0.12 | 0 | 0.88 | 0.22 | 67.89 | 0.79 | 0.43 |
| Hex | AF | C6 | 17 | C | 0 | 58 | 16 | 44 | 4F | 2B |
| Octal | 257 | 306 | 27 | 14 | 0 | 130 | 26 | 104 | 117 | 53 |
| Binary | 10101111 | 11000110 | 10111 | 1100 | 0 | 1011000 | 10110 | 1000100 | 1001111 | 101011 |
Color Harmonies of #AFC617
Complementary color
Monochromatic Colors of #AFC617
Black with #AFC617
Text Example
Text Example
White with #AFC617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC617; }
p { color: rgb(175,198,23); }
H1.HeaderClassName
{
color: #AFC617;
}
.AnyTagClassName
{
color: #AFC617;
}
</style>
background-color css
<style>
a { background-color: #AFC617; }
a { background-color: rgb(175,198,23); }
div.DivClassName
{
background-color: #AFC617;
}
.BgClassName
{
background-color: #AFC617;
}
</style>
border-color css
<style>
span { border-color: #AFC617; }
span { border-color: rgb(175,198,23); }
td.TdClassName
{
border-color: #AFC617;
}
.TagClassName
{
border-color: #AFC617;
}
</style>