Shades of Rio Grande #AFCB0D
Tints of Rio Grande #AFCB0D
RGB
CMYK
RGB Variations
Color information
#AFCB0D (or 0xAFCB0D) is known color: Rio Grande. HEX triplet: AF, CB and 0D. RGB value is (175,203,13). Sum of RGB (Red+Green+Blue) = 175+203+13=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCB0D is #5034F2. Grayscale: #ADADAD. Windows color (decimal): -5256435 or 904111. OLE color: 904111.
HSL color Cylindrical-coordinate representation of color #AFCB0D: hue angle of 68.84º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFCB0D is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 203 | 13 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.20 |
| HSL | 68.84º | 0.88% | 0.42% | - |
| HSV(B) | 68.84º | 0.94% | 0.8% | - |
| XYZ | 39.11 | 51.85 | 8.33 | - |
| YUV | 172.97 | 37.72 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 13 | 0.14 | 0 | 0.94 | 0.20 | 68.84 | 0.88 | 0.42 |
| Hex | AF | CB | D | E | 0 | 5E | 14 | 45 | 58 | 2A |
| Octal | 257 | 313 | 15 | 16 | 0 | 136 | 24 | 105 | 130 | 52 |
| Binary | 10101111 | 11001011 | 1101 | 1110 | 0 | 1011110 | 10100 | 1000101 | 1011000 | 101010 |
Color Harmonies of #AFCB0D
Complementary color
Monochromatic Colors of #AFCB0D
Black with #AFCB0D
Text Example
Text Example
White with #AFCB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCB0D; }
p { color: rgb(175,203,13); }
H1.HeaderClassName
{
color: #AFCB0D;
}
.AnyTagClassName
{
color: #AFCB0D;
}
</style>
background-color css
<style>
a { background-color: #AFCB0D; }
a { background-color: rgb(175,203,13); }
div.DivClassName
{
background-color: #AFCB0D;
}
.BgClassName
{
background-color: #AFCB0D;
}
</style>
border-color css
<style>
span { border-color: #AFCB0D; }
span { border-color: rgb(175,203,13); }
td.TdClassName
{
border-color: #AFCB0D;
}
.TagClassName
{
border-color: #AFCB0D;
}
</style>