Shades of Rio Grande #AFC712
Tints of Rio Grande #AFC712
RGB
CMYK
RGB Variations
Color information
#AFC712 (or 0xAFC712) is known color: Rio Grande. HEX triplet: AF, C7 and 12. RGB value is (175,199,18). Sum of RGB (Red+Green+Blue) = 175+199+18=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 199 (78.12% from 255 or 50.77% from 392); Blue value is 18 (7.42% from 255 or 4.59% from 392); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC712 is #5038ED. Grayscale: #ABABAB. Windows color (decimal): -5257454 or 1230767. OLE color: 1230767.
HSL color Cylindrical-coordinate representation of color #AFC712: hue angle of 67.96º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFC712 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 18 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.22 |
| HSL | 67.96º | 0.83% | 0.43% | - |
| HSV(B) | 67.96º | 0.91% | 0.78% | - |
| XYZ | 38.21 | 50 | 8.21 | - |
| YUV | 171.19 | 41.55 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 18 | 0.12 | 0 | 0.91 | 0.22 | 67.96 | 0.83 | 0.43 |
| Hex | AF | C7 | 12 | C | 0 | 5B | 16 | 44 | 53 | 2B |
| Octal | 257 | 307 | 22 | 14 | 0 | 133 | 26 | 104 | 123 | 53 |
| Binary | 10101111 | 11000111 | 10010 | 1100 | 0 | 1011011 | 10110 | 1000100 | 1010011 | 101011 |
Color Harmonies of #AFC712
Complementary color
Monochromatic Colors of #AFC712
Black with #AFC712
Text Example
Text Example
White with #AFC712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC712; }
p { color: rgb(175,199,18); }
H1.HeaderClassName
{
color: #AFC712;
}
.AnyTagClassName
{
color: #AFC712;
}
</style>
background-color css
<style>
a { background-color: #AFC712; }
a { background-color: rgb(175,199,18); }
div.DivClassName
{
background-color: #AFC712;
}
.BgClassName
{
background-color: #AFC712;
}
</style>
border-color css
<style>
span { border-color: #AFC712; }
span { border-color: rgb(175,199,18); }
td.TdClassName
{
border-color: #AFC712;
}
.TagClassName
{
border-color: #AFC712;
}
</style>