Shades of Neutral Green #ABA884
Tints of Neutral Green #ABA884
RGB
CMYK
RGB Variations
Color information
#ABA884 (or 0xABA884) is known color: Neutral Green. HEX triplet: AB, A8 and 84. RGB value is (171,168,132). Sum of RGB (Red+Green+Blue) = 171+168+132=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA884 is #54577B. Grayscale: #A4A4A4. Windows color (decimal): -5527420 or 8693931. OLE color: 8693931.
HSL color Cylindrical-coordinate representation of color #ABA884: hue angle of 55.38º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABA884 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 132 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.33 |
| HSL | 55.38º | 0.19% | 0.59% | - |
| HSV(B) | 55.38º | 0.23% | 0.67% | - |
| XYZ | 34.96 | 38.33 | 27.39 | - |
| YUV | 164.79 | 109.49 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 132 | 0 | 0.02 | 0.23 | 0.33 | 55.38 | 0.19 | 0.59 |
| Hex | AB | A8 | 84 | 0 | 2 | 17 | 21 | 37 | 13 | 3B |
| Octal | 253 | 250 | 204 | 0 | 2 | 27 | 41 | 67 | 23 | 73 |
| Binary | 10101011 | 10101000 | 10000100 | 0 | 10 | 10111 | 100001 | 110111 | 10011 | 111011 |
Color Harmonies of #ABA884
Complementary color
Monochromatic Colors of #ABA884
Black with #ABA884
Text Example
Text Example
White with #ABA884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA884; }
p { color: rgb(171,168,132); }
H1.HeaderClassName
{
color: #ABA884;
}
.AnyTagClassName
{
color: #ABA884;
}
</style>
background-color css
<style>
a { background-color: #ABA884; }
a { background-color: rgb(171,168,132); }
div.DivClassName
{
background-color: #ABA884;
}
.BgClassName
{
background-color: #ABA884;
}
</style>
border-color css
<style>
span { border-color: #ABA884; }
span { border-color: rgb(171,168,132); }
td.TdClassName
{
border-color: #ABA884;
}
.TagClassName
{
border-color: #ABA884;
}
</style>