Shades of Rio Grande #AECB0D
Tints of Rio Grande #AECB0D
RGB
CMYK
RGB Variations
Color information
#AECB0D (or 0xAECB0D) is known color: Rio Grande. HEX triplet: AE, CB and 0D. RGB value is (174,203,13). Sum of RGB (Red+Green+Blue) = 174+203+13=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 203 (79.69% from 255 or 52.05% from 390); Blue value is 13 (5.47% from 255 or 3.33% from 390); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECB0D is #5134F2. Grayscale: #ADADAD. Windows color (decimal): -5321971 or 904110. OLE color: 904110.
HSL color Cylindrical-coordinate representation of color #AECB0D: hue angle of 69.16º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AECB0D is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 13 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.20 |
| HSL | 69.16º | 0.88% | 0.42% | - |
| HSV(B) | 69.16º | 0.94% | 0.8% | - |
| XYZ | 38.88 | 51.74 | 8.32 | - |
| YUV | 172.67 | 37.89 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 13 | 0.14 | 0 | 0.94 | 0.20 | 69.16 | 0.88 | 0.42 |
| Hex | AE | CB | D | E | 0 | 5E | 14 | 45 | 58 | 2A |
| Octal | 256 | 313 | 15 | 16 | 0 | 136 | 24 | 105 | 130 | 52 |
| Binary | 10101110 | 11001011 | 1101 | 1110 | 0 | 1011110 | 10100 | 1000101 | 1011000 | 101010 |
Color Harmonies of #AECB0D
Complementary color
Monochromatic Colors of #AECB0D
Black with #AECB0D
Text Example
Text Example
White with #AECB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB0D; }
p { color: rgb(174,203,13); }
H1.HeaderClassName
{
color: #AECB0D;
}
.AnyTagClassName
{
color: #AECB0D;
}
</style>
background-color css
<style>
a { background-color: #AECB0D; }
a { background-color: rgb(174,203,13); }
div.DivClassName
{
background-color: #AECB0D;
}
.BgClassName
{
background-color: #AECB0D;
}
</style>
border-color css
<style>
span { border-color: #AECB0D; }
span { border-color: rgb(174,203,13); }
td.TdClassName
{
border-color: #AECB0D;
}
.TagClassName
{
border-color: #AECB0D;
}
</style>