Shades of Rio Grande #AECB11
Tints of Rio Grande #AECB11
RGB
CMYK
RGB Variations
Color information
#AECB11 (or 0xAECB11) is known color: Rio Grande. HEX triplet: AE, CB and 11. RGB value is (174,203,17). Sum of RGB (Red+Green+Blue) = 174+203+17=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 203 (79.69% from 255 or 51.52% from 394); Blue value is 17 (7.03% from 255 or 4.31% from 394); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECB11 is #5134EE. Grayscale: #ADADAD. Windows color (decimal): -5321967 or 1166254. OLE color: 1166254.
HSL color Cylindrical-coordinate representation of color #AECB11: hue angle of 69.35º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AECB11 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 17 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.20 |
| HSL | 69.35º | 0.85% | 0.43% | - |
| HSV(B) | 69.35º | 0.92% | 0.8% | - |
| XYZ | 38.91 | 51.75 | 8.47 | - |
| YUV | 173.13 | 39.89 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 17 | 0.14 | 0 | 0.92 | 0.20 | 69.35 | 0.85 | 0.43 |
| Hex | AE | CB | 11 | E | 0 | 5C | 14 | 45 | 55 | 2B |
| Octal | 256 | 313 | 21 | 16 | 0 | 134 | 24 | 105 | 125 | 53 |
| Binary | 10101110 | 11001011 | 10001 | 1110 | 0 | 1011100 | 10100 | 1000101 | 1010101 | 101011 |
Color Harmonies of #AECB11
Complementary color
Monochromatic Colors of #AECB11
Black with #AECB11
Text Example
Text Example
White with #AECB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB11; }
p { color: rgb(174,203,17); }
H1.HeaderClassName
{
color: #AECB11;
}
.AnyTagClassName
{
color: #AECB11;
}
</style>
background-color css
<style>
a { background-color: #AECB11; }
a { background-color: rgb(174,203,17); }
div.DivClassName
{
background-color: #AECB11;
}
.BgClassName
{
background-color: #AECB11;
}
</style>
border-color css
<style>
span { border-color: #AECB11; }
span { border-color: rgb(174,203,17); }
td.TdClassName
{
border-color: #AECB11;
}
.TagClassName
{
border-color: #AECB11;
}
</style>