Shades of Rio Grande #AECE0B
Tints of Rio Grande #AECE0B
RGB
CMYK
RGB Variations
Color information
#AECE0B (or 0xAECE0B) is known color: Rio Grande. HEX triplet: AE, CE and 0B. RGB value is (174,206,11). Sum of RGB (Red+Green+Blue) = 174+206+11=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 206 (80.86% from 255 or 52.69% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECE0B is #5131F4. Grayscale: #AEAEAE. Windows color (decimal): -5321205 or 773806. OLE color: 773806.
HSL color Cylindrical-coordinate representation of color #AECE0B: hue angle of 69.85º 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 #AECE0B is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 11 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.19 |
| HSL | 69.85º | 0.9% | 0.43% | - |
| HSV(B) | 69.85º | 0.95% | 0.81% | - |
| XYZ | 39.59 | 53.17 | 8.49 | - |
| YUV | 174.2 | 35.9 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 11 | 0.16 | 0 | 0.95 | 0.19 | 69.85 | 0.9 | 0.43 |
| Hex | AE | CE | B | 10 | 0 | 5F | 13 | 46 | 5A | 2B |
| Octal | 256 | 316 | 13 | 20 | 0 | 137 | 23 | 106 | 132 | 53 |
| Binary | 10101110 | 11001110 | 1011 | 10000 | 0 | 1011111 | 10011 | 1000110 | 1011010 | 101011 |
Color Harmonies of #AECE0B
Complementary color
Monochromatic Colors of #AECE0B
Black with #AECE0B
Text Example
Text Example
White with #AECE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECE0B; }
p { color: rgb(174,206,11); }
H1.HeaderClassName
{
color: #AECE0B;
}
.AnyTagClassName
{
color: #AECE0B;
}
</style>
background-color css
<style>
a { background-color: #AECE0B; }
a { background-color: rgb(174,206,11); }
div.DivClassName
{
background-color: #AECE0B;
}
.BgClassName
{
background-color: #AECE0B;
}
</style>
border-color css
<style>
span { border-color: #AECE0B; }
span { border-color: rgb(174,206,11); }
td.TdClassName
{
border-color: #AECE0B;
}
.TagClassName
{
border-color: #AECE0B;
}
</style>