Shades of Green Spring #AEBB9A
Tints of Green Spring #AEBB9A
RGB
CMYK
RGB Variations
Color information
#AEBB9A (or 0xAEBB9A) is known color: Green Spring. HEX triplet: AE, BB and 9A. RGB value is (174,187,154). Sum of RGB (Red+Green+Blue) = 174+187+154=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 154 (60.55% from 255 or 29.90% from 515); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBB9A is #514465. Grayscale: #B3B3B3. Windows color (decimal): -5325926 or 10140590. OLE color: 10140590.
HSL color Cylindrical-coordinate representation of color #AEBB9A: hue angle of 83.64º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEBB9A is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 187 | 154 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.27 |
| HSL | 83.64º | 0.2% | 0.67% | - |
| HSV(B) | 83.64º | 0.18% | 0.73% | - |
| XYZ | 41.06 | 46.87 | 37.46 | - |
| YUV | 179.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 154 | 0.07 | 0 | 0.18 | 0.27 | 83.64 | 0.2 | 0.67 |
| Hex | AE | BB | 9A | 7 | 0 | 12 | 1B | 54 | 14 | 43 |
| Octal | 256 | 273 | 232 | 7 | 0 | 22 | 33 | 124 | 24 | 103 |
| Binary | 10101110 | 10111011 | 10011010 | 111 | 0 | 10010 | 11011 | 1010100 | 10100 | 1000011 |
Color Harmonies of #AEBB9A
Complementary color
Monochromatic Colors of #AEBB9A
Black with #AEBB9A
Text Example
Text Example
White with #AEBB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBB9A; }
p { color: rgb(174,187,154); }
H1.HeaderClassName
{
color: #AEBB9A;
}
.AnyTagClassName
{
color: #AEBB9A;
}
</style>
background-color css
<style>
a { background-color: #AEBB9A; }
a { background-color: rgb(174,187,154); }
div.DivClassName
{
background-color: #AEBB9A;
}
.BgClassName
{
background-color: #AEBB9A;
}
</style>
border-color css
<style>
span { border-color: #AEBB9A; }
span { border-color: rgb(174,187,154); }
td.TdClassName
{
border-color: #AEBB9A;
}
.TagClassName
{
border-color: #AEBB9A;
}
</style>