Shades of Rio Grande #ABCE0B
Tints of Rio Grande #ABCE0B
RGB
CMYK
RGB Variations
Color information
#ABCE0B (or 0xABCE0B) is known color: Rio Grande. HEX triplet: AB, CE and 0B. RGB value is (171,206,11). Sum of RGB (Red+Green+Blue) = 171+206+11=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 206 (80.86% from 255 or 53.09% from 388); Blue value is 11 (4.69% from 255 or 2.84% from 388); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCE0B is #5431F4. Grayscale: #AEAEAE. Windows color (decimal): -5517813 or 773803. OLE color: 773803.
HSL color Cylindrical-coordinate representation of color #ABCE0B: hue angle of 70.77º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABCE0B is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 11 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.19 |
| HSL | 70.77º | 0.9% | 0.43% | - |
| HSV(B) | 70.77º | 0.95% | 0.81% | - |
| XYZ | 38.93 | 52.82 | 8.46 | - |
| YUV | 173.31 | 36.4 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 11 | 0.17 | 0 | 0.95 | 0.19 | 70.77 | 0.9 | 0.43 |
| Hex | AB | CE | B | 11 | 0 | 5F | 13 | 47 | 5A | 2B |
| Octal | 253 | 316 | 13 | 21 | 0 | 137 | 23 | 107 | 132 | 53 |
| Binary | 10101011 | 11001110 | 1011 | 10001 | 0 | 1011111 | 10011 | 1000111 | 1011010 | 101011 |
Color Harmonies of #ABCE0B
Complementary color
Monochromatic Colors of #ABCE0B
Black with #ABCE0B
Text Example
Text Example
White with #ABCE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE0B; }
p { color: rgb(171,206,11); }
H1.HeaderClassName
{
color: #ABCE0B;
}
.AnyTagClassName
{
color: #ABCE0B;
}
</style>
background-color css
<style>
a { background-color: #ABCE0B; }
a { background-color: rgb(171,206,11); }
div.DivClassName
{
background-color: #ABCE0B;
}
.BgClassName
{
background-color: #ABCE0B;
}
</style>
border-color css
<style>
span { border-color: #ABCE0B; }
span { border-color: rgb(171,206,11); }
td.TdClassName
{
border-color: #ABCE0B;
}
.TagClassName
{
border-color: #ABCE0B;
}
</style>