Shades of Rio Grande #AFC919
Tints of Rio Grande #AFC919
RGB
CMYK
RGB Variations
Color information
#AFC919 (or 0xAFC919) is known color: Rio Grande. HEX triplet: AF, C9 and 19. RGB value is (175,201,25). Sum of RGB (Red+Green+Blue) = 175+201+25=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 201 (78.91% from 255 or 50.12% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC919 is #5036E6. Grayscale: #ADADAD. Windows color (decimal): -5256935 or 1690031. OLE color: 1690031.
HSL color Cylindrical-coordinate representation of color #AFC919: hue angle of 68.86º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFC919 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 25 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.21 |
| HSL | 68.86º | 0.78% | 0.44% | - |
| HSV(B) | 68.86º | 0.88% | 0.79% | - |
| XYZ | 38.74 | 50.96 | 8.71 | - |
| YUV | 173.16 | 44.39 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 25 | 0.13 | 0 | 0.88 | 0.21 | 68.86 | 0.78 | 0.44 |
| Hex | AF | C9 | 19 | D | 0 | 58 | 15 | 45 | 4E | 2C |
| Octal | 257 | 311 | 31 | 15 | 0 | 130 | 25 | 105 | 116 | 54 |
| Binary | 10101111 | 11001001 | 11001 | 1101 | 0 | 1011000 | 10101 | 1000101 | 1001110 | 101100 |
Color Harmonies of #AFC919
Complementary color
Monochromatic Colors of #AFC919
Black with #AFC919
Text Example
Text Example
White with #AFC919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC919; }
p { color: rgb(175,201,25); }
H1.HeaderClassName
{
color: #AFC919;
}
.AnyTagClassName
{
color: #AFC919;
}
</style>
background-color css
<style>
a { background-color: #AFC919; }
a { background-color: rgb(175,201,25); }
div.DivClassName
{
background-color: #AFC919;
}
.BgClassName
{
background-color: #AFC919;
}
</style>
border-color css
<style>
span { border-color: #AFC919; }
span { border-color: rgb(175,201,25); }
td.TdClassName
{
border-color: #AFC919;
}
.TagClassName
{
border-color: #AFC919;
}
</style>