Shades of Green Spring #AEBA9B
Tints of Green Spring #AEBA9B
RGB
CMYK
RGB Variations
Color information
#AEBA9B (or 0xAEBA9B) is known color: Green Spring. HEX triplet: AE, BA and 9B. RGB value is (174,186,155). Sum of RGB (Red+Green+Blue) = 174+186+155=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBA9B is #514564. Grayscale: #B2B2B2. Windows color (decimal): -5326181 or 10205870. OLE color: 10205870.
HSL color Cylindrical-coordinate representation of color #AEBA9B: hue angle of 83.23º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEBA9B is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 155 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.27 |
| HSL | 83.23º | 0.18% | 0.67% | - |
| HSV(B) | 83.23º | 0.17% | 0.73% | - |
| XYZ | 40.93 | 46.48 | 37.83 | - |
| YUV | 178.88 | 114.52 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 155 | 0.06 | 0 | 0.17 | 0.27 | 83.23 | 0.18 | 0.67 |
| Hex | AE | BA | 9B | 6 | 0 | 11 | 1B | 53 | 12 | 43 |
| Octal | 256 | 272 | 233 | 6 | 0 | 21 | 33 | 123 | 22 | 103 |
| Binary | 10101110 | 10111010 | 10011011 | 110 | 0 | 10001 | 11011 | 1010011 | 10010 | 1000011 |
Color Harmonies of #AEBA9B
Complementary color
Monochromatic Colors of #AEBA9B
Black with #AEBA9B
Text Example
Text Example
White with #AEBA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBA9B; }
p { color: rgb(174,186,155); }
H1.HeaderClassName
{
color: #AEBA9B;
}
.AnyTagClassName
{
color: #AEBA9B;
}
</style>
background-color css
<style>
a { background-color: #AEBA9B; }
a { background-color: rgb(174,186,155); }
div.DivClassName
{
background-color: #AEBA9B;
}
.BgClassName
{
background-color: #AEBA9B;
}
</style>
border-color css
<style>
span { border-color: #AEBA9B; }
span { border-color: rgb(174,186,155); }
td.TdClassName
{
border-color: #AEBA9B;
}
.TagClassName
{
border-color: #AEBA9B;
}
</style>