Shades of Rio Grande #AECB19
Tints of Rio Grande #AECB19
RGB
CMYK
RGB Variations
Color information
#AECB19 (or 0xAECB19) is known color: Rio Grande. HEX triplet: AE, CB and 19. RGB value is (174,203,25). Sum of RGB (Red+Green+Blue) = 174+203+25=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 25 (10.16% from 255 or 6.22% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECB19 is #5134E6. Grayscale: #AEAEAE. Windows color (decimal): -5321959 or 1690542. OLE color: 1690542.
HSL color Cylindrical-coordinate representation of color #AECB19: hue angle of 69.78º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AECB19 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 25 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.20 |
| HSL | 69.78º | 0.78% | 0.45% | - |
| HSV(B) | 69.78º | 0.88% | 0.8% | - |
| XYZ | 38.99 | 51.78 | 8.86 | - |
| YUV | 174.04 | 43.89 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 25 | 0.14 | 0 | 0.88 | 0.20 | 69.78 | 0.78 | 0.45 |
| Hex | AE | CB | 19 | E | 0 | 58 | 14 | 46 | 4E | 2D |
| Octal | 256 | 313 | 31 | 16 | 0 | 130 | 24 | 106 | 116 | 55 |
| Binary | 10101110 | 11001011 | 11001 | 1110 | 0 | 1011000 | 10100 | 1000110 | 1001110 | 101101 |
Color Harmonies of #AECB19
Complementary color
Monochromatic Colors of #AECB19
Black with #AECB19
Text Example
Text Example
White with #AECB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB19; }
p { color: rgb(174,203,25); }
H1.HeaderClassName
{
color: #AECB19;
}
.AnyTagClassName
{
color: #AECB19;
}
</style>
background-color css
<style>
a { background-color: #AECB19; }
a { background-color: rgb(174,203,25); }
div.DivClassName
{
background-color: #AECB19;
}
.BgClassName
{
background-color: #AECB19;
}
</style>
border-color css
<style>
span { border-color: #AECB19; }
span { border-color: rgb(174,203,25); }
td.TdClassName
{
border-color: #AECB19;
}
.TagClassName
{
border-color: #AECB19;
}
</style>