Shades of Neutral Green #ABAA89
Tints of Neutral Green #ABAA89
RGB
CMYK
RGB Variations
Color information
#ABAA89 (or 0xABAA89) is known color: Neutral Green. HEX triplet: AB, AA and 89. RGB value is (171,170,137). Sum of RGB (Red+Green+Blue) = 171+170+137=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA89 is #545576. Grayscale: #A6A6A6. Windows color (decimal): -5526903 or 9022123. OLE color: 9022123.
HSL color Cylindrical-coordinate representation of color #ABAA89: hue angle of 58.24º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABAA89 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 137 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.33 |
| HSL | 58.24º | 0.17% | 0.6% | - |
| HSV(B) | 58.24º | 0.2% | 0.67% | - |
| XYZ | 35.68 | 39.21 | 29.36 | - |
| YUV | 166.54 | 111.33 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 137 | 0 | 0.01 | 0.20 | 0.33 | 58.24 | 0.17 | 0.6 |
| Hex | AB | AA | 89 | 0 | 1 | 14 | 21 | 3A | 11 | 3C |
| Octal | 253 | 252 | 211 | 0 | 1 | 24 | 41 | 72 | 21 | 74 |
| Binary | 10101011 | 10101010 | 10001001 | 0 | 1 | 10100 | 100001 | 111010 | 10001 | 111100 |
Color Harmonies of #ABAA89
Complementary color
Monochromatic Colors of #ABAA89
Black with #ABAA89
Text Example
Text Example
White with #ABAA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA89; }
p { color: rgb(171,170,137); }
H1.HeaderClassName
{
color: #ABAA89;
}
.AnyTagClassName
{
color: #ABAA89;
}
</style>
background-color css
<style>
a { background-color: #ABAA89; }
a { background-color: rgb(171,170,137); }
div.DivClassName
{
background-color: #ABAA89;
}
.BgClassName
{
background-color: #ABAA89;
}
</style>
border-color css
<style>
span { border-color: #ABAA89; }
span { border-color: rgb(171,170,137); }
td.TdClassName
{
border-color: #ABAA89;
}
.TagClassName
{
border-color: #ABAA89;
}
</style>