Shades of Neutral Green #ABAA8C
Tints of Neutral Green #ABAA8C
RGB
CMYK
RGB Variations
Color information
#ABAA8C (or 0xABAA8C) is known color: Neutral Green. HEX triplet: AB, AA and 8C. RGB value is (171,170,140). Sum of RGB (Red+Green+Blue) = 171+170+140=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA8C is #545573. Grayscale: #A7A7A7. Windows color (decimal): -5526900 or 9218731. OLE color: 9218731.
HSL color Cylindrical-coordinate representation of color #ABAA8C: hue angle of 58.06º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABAA8C is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 140 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.33 |
| HSL | 58.06º | 0.16% | 0.61% | - |
| HSV(B) | 58.06º | 0.18% | 0.67% | - |
| XYZ | 35.9 | 39.3 | 30.5 | - |
| YUV | 166.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 140 | 0 | 0.01 | 0.18 | 0.33 | 58.06 | 0.16 | 0.61 |
| Hex | AB | AA | 8C | 0 | 1 | 12 | 21 | 3A | 10 | 3D |
| Octal | 253 | 252 | 214 | 0 | 1 | 22 | 41 | 72 | 20 | 75 |
| Binary | 10101011 | 10101010 | 10001100 | 0 | 1 | 10010 | 100001 | 111010 | 10000 | 111101 |
Color Harmonies of #ABAA8C
Complementary color
Monochromatic Colors of #ABAA8C
Black with #ABAA8C
Text Example
Text Example
White with #ABAA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA8C; }
p { color: rgb(171,170,140); }
H1.HeaderClassName
{
color: #ABAA8C;
}
.AnyTagClassName
{
color: #ABAA8C;
}
</style>
background-color css
<style>
a { background-color: #ABAA8C; }
a { background-color: rgb(171,170,140); }
div.DivClassName
{
background-color: #ABAA8C;
}
.BgClassName
{
background-color: #ABAA8C;
}
</style>
border-color css
<style>
span { border-color: #ABAA8C; }
span { border-color: rgb(171,170,140); }
td.TdClassName
{
border-color: #ABAA8C;
}
.TagClassName
{
border-color: #ABAA8C;
}
</style>