Shades of Green Spring #AEB992
Tints of Green Spring #AEB992
RGB
CMYK
RGB Variations
Color information
#AEB992 (or 0xAEB992) is known color: Green Spring. HEX triplet: AE, B9 and 92. RGB value is (174,185,146). Sum of RGB (Red+Green+Blue) = 174+185+146=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB992 is #51466D. Grayscale: #B1B1B1. Windows color (decimal): -5326446 or 9615790. OLE color: 9615790.
HSL color Cylindrical-coordinate representation of color #AEB992: hue angle of 76.92º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEB992 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 185 | 146 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.27 |
| HSL | 76.92º | 0.22% | 0.65% | - |
| HSV(B) | 76.92º | 0.21% | 0.73% | - |
| XYZ | 39.99 | 45.77 | 33.92 | - |
| YUV | 177.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 185 | 146 | 0.06 | 0 | 0.21 | 0.27 | 76.92 | 0.22 | 0.65 |
| Hex | AE | B9 | 92 | 6 | 0 | 15 | 1B | 4D | 16 | 41 |
| Octal | 256 | 271 | 222 | 6 | 0 | 25 | 33 | 115 | 26 | 101 |
| Binary | 10101110 | 10111001 | 10010010 | 110 | 0 | 10101 | 11011 | 1001101 | 10110 | 1000001 |
Color Harmonies of #AEB992
Complementary color
Monochromatic Colors of #AEB992
Black with #AEB992
Text Example
Text Example
White with #AEB992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB992; }
p { color: rgb(174,185,146); }
H1.HeaderClassName
{
color: #AEB992;
}
.AnyTagClassName
{
color: #AEB992;
}
</style>
background-color css
<style>
a { background-color: #AEB992; }
a { background-color: rgb(174,185,146); }
div.DivClassName
{
background-color: #AEB992;
}
.BgClassName
{
background-color: #AEB992;
}
</style>
border-color css
<style>
span { border-color: #AEB992; }
span { border-color: rgb(174,185,146); }
td.TdClassName
{
border-color: #AEB992;
}
.TagClassName
{
border-color: #AEB992;
}
</style>