Shades of Green Spring #AEBB96
Tints of Green Spring #AEBB96
RGB
CMYK
RGB Variations
Color information
#AEBB96 (or 0xAEBB96) is known color: Green Spring. HEX triplet: AE, BB and 96. RGB value is (174,187,150). Sum of RGB (Red+Green+Blue) = 174+187+150=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBB96 is #514469. Grayscale: #B3B3B3. Windows color (decimal): -5325930 or 9878446. OLE color: 9878446.
HSL color Cylindrical-coordinate representation of color #AEBB96: hue angle of 81.08º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEBB96 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 187 | 150 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.27 |
| HSL | 81.08º | 0.21% | 0.66% | - |
| HSV(B) | 81.08º | 0.2% | 0.73% | - |
| XYZ | 40.73 | 46.74 | 35.73 | - |
| YUV | 178.9 | 111.69 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 150 | 0.07 | 0 | 0.20 | 0.27 | 81.08 | 0.21 | 0.66 |
| Hex | AE | BB | 96 | 7 | 0 | 14 | 1B | 51 | 15 | 42 |
| Octal | 256 | 273 | 226 | 7 | 0 | 24 | 33 | 121 | 25 | 102 |
| Binary | 10101110 | 10111011 | 10010110 | 111 | 0 | 10100 | 11011 | 1010001 | 10101 | 1000010 |
Color Harmonies of #AEBB96
Complementary color
Monochromatic Colors of #AEBB96
Black with #AEBB96
Text Example
Text Example
White with #AEBB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBB96; }
p { color: rgb(174,187,150); }
H1.HeaderClassName
{
color: #AEBB96;
}
.AnyTagClassName
{
color: #AEBB96;
}
</style>
background-color css
<style>
a { background-color: #AEBB96; }
a { background-color: rgb(174,187,150); }
div.DivClassName
{
background-color: #AEBB96;
}
.BgClassName
{
background-color: #AEBB96;
}
</style>
border-color css
<style>
span { border-color: #AEBB96; }
span { border-color: rgb(174,187,150); }
td.TdClassName
{
border-color: #AEBB96;
}
.TagClassName
{
border-color: #AEBB96;
}
</style>