Shades of Green Spring #AEBA96
Tints of Green Spring #AEBA96
RGB
CMYK
RGB Variations
Color information
#AEBA96 (or 0xAEBA96) is known color: Green Spring. HEX triplet: AE, BA and 96. RGB value is (174,186,150). Sum of RGB (Red+Green+Blue) = 174+186+150=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBA96 is #514569. Grayscale: #B2B2B2. Windows color (decimal): -5326186 or 9878190. OLE color: 9878190.
HSL color Cylindrical-coordinate representation of color #AEBA96: hue angle of 80º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEBA96 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 150 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.27 |
| HSL | 80º | 0.21% | 0.66% | - |
| HSV(B) | 80º | 0.19% | 0.73% | - |
| XYZ | 40.52 | 46.32 | 35.66 | - |
| YUV | 178.31 | 112.02 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 150 | 0.06 | 0 | 0.19 | 0.27 | 80 | 0.21 | 0.66 |
| Hex | AE | BA | 96 | 6 | 0 | 13 | 1B | 50 | 15 | 42 |
| Octal | 256 | 272 | 226 | 6 | 0 | 23 | 33 | 120 | 25 | 102 |
| Binary | 10101110 | 10111010 | 10010110 | 110 | 0 | 10011 | 11011 | 1010000 | 10101 | 1000010 |
Color Harmonies of #AEBA96
Complementary color
Monochromatic Colors of #AEBA96
Black with #AEBA96
Text Example
Text Example
White with #AEBA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBA96; }
p { color: rgb(174,186,150); }
H1.HeaderClassName
{
color: #AEBA96;
}
.AnyTagClassName
{
color: #AEBA96;
}
</style>
background-color css
<style>
a { background-color: #AEBA96; }
a { background-color: rgb(174,186,150); }
div.DivClassName
{
background-color: #AEBA96;
}
.BgClassName
{
background-color: #AEBA96;
}
</style>
border-color css
<style>
span { border-color: #AEBA96; }
span { border-color: rgb(174,186,150); }
td.TdClassName
{
border-color: #AEBA96;
}
.TagClassName
{
border-color: #AEBA96;
}
</style>