Shades of Green Spring #AEB895
Tints of Green Spring #AEB895
RGB
CMYK
RGB Variations
Color information
#AEB895 (or 0xAEB895) is known color: Green Spring. HEX triplet: AE, B8 and 95. RGB value is (174,184,149). Sum of RGB (Red+Green+Blue) = 174+184+149=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB895 is #51476A. Grayscale: #B1B1B1. Windows color (decimal): -5326699 or 9812142. OLE color: 9812142.
HSL color Cylindrical-coordinate representation of color #AEB895: hue angle of 77.14º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEB895 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 174 | 184 | 149 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.28 |
| HSL | 77.14º | 0.2% | 0.65% | - |
| HSV(B) | 77.14º | 0.19% | 0.72% | - |
| XYZ | 40.02 | 45.45 | 35.1 | - |
| YUV | 177.02 | 112.19 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 184 | 149 | 0.05 | 0 | 0.19 | 0.28 | 77.14 | 0.2 | 0.65 |
| Hex | AE | B8 | 95 | 5 | 0 | 13 | 1C | 4D | 14 | 41 |
| Octal | 256 | 270 | 225 | 5 | 0 | 23 | 34 | 115 | 24 | 101 |
| Binary | 10101110 | 10111000 | 10010101 | 101 | 0 | 10011 | 11100 | 1001101 | 10100 | 1000001 |
Color Harmonies of #AEB895
Complementary color
Monochromatic Colors of #AEB895
Black with #AEB895
Text Example
Text Example
White with #AEB895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB895; }
p { color: rgb(174,184,149); }
H1.HeaderClassName
{
color: #AEB895;
}
.AnyTagClassName
{
color: #AEB895;
}
</style>
background-color css
<style>
a { background-color: #AEB895; }
a { background-color: rgb(174,184,149); }
div.DivClassName
{
background-color: #AEB895;
}
.BgClassName
{
background-color: #AEB895;
}
</style>
border-color css
<style>
span { border-color: #AEB895; }
span { border-color: rgb(174,184,149); }
td.TdClassName
{
border-color: #AEB895;
}
.TagClassName
{
border-color: #AEB895;
}
</style>