Shades of Rio Grande #AECB16
Tints of Rio Grande #AECB16
RGB
CMYK
RGB Variations
Color information
#AECB16 (or 0xAECB16) is known color: Rio Grande. HEX triplet: AE, CB and 16. RGB value is (174,203,22). Sum of RGB (Red+Green+Blue) = 174+203+22=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 203 (79.69% from 255 or 50.88% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECB16 is #5134E9. Grayscale: #AEAEAE. Windows color (decimal): -5321962 or 1493934. OLE color: 1493934.
HSL color Cylindrical-coordinate representation of color #AECB16: hue angle of 69.61º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AECB16 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 22 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.20 |
| HSL | 69.61º | 0.8% | 0.44% | - |
| HSV(B) | 69.61º | 0.89% | 0.8% | - |
| XYZ | 38.96 | 51.77 | 8.7 | - |
| YUV | 173.7 | 42.39 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 22 | 0.14 | 0 | 0.89 | 0.20 | 69.61 | 0.8 | 0.44 |
| Hex | AE | CB | 16 | E | 0 | 59 | 14 | 46 | 50 | 2C |
| Octal | 256 | 313 | 26 | 16 | 0 | 131 | 24 | 106 | 120 | 54 |
| Binary | 10101110 | 11001011 | 10110 | 1110 | 0 | 1011001 | 10100 | 1000110 | 1010000 | 101100 |
Color Harmonies of #AECB16
Complementary color
Monochromatic Colors of #AECB16
Black with #AECB16
Text Example
Text Example
White with #AECB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB16; }
p { color: rgb(174,203,22); }
H1.HeaderClassName
{
color: #AECB16;
}
.AnyTagClassName
{
color: #AECB16;
}
</style>
background-color css
<style>
a { background-color: #AECB16; }
a { background-color: rgb(174,203,22); }
div.DivClassName
{
background-color: #AECB16;
}
.BgClassName
{
background-color: #AECB16;
}
</style>
border-color css
<style>
span { border-color: #AECB16; }
span { border-color: rgb(174,203,22); }
td.TdClassName
{
border-color: #AECB16;
}
.TagClassName
{
border-color: #AECB16;
}
</style>