Shades of Neutral Green #ABA881
Tints of Neutral Green #ABA881
RGB
CMYK
RGB Variations
Color information
#ABA881 (or 0xABA881) is known color: Neutral Green. HEX triplet: AB, A8 and 81. RGB value is (171,168,129). Sum of RGB (Red+Green+Blue) = 171+168+129=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA881 is #54577E. Grayscale: #A4A4A4. Windows color (decimal): -5527423 or 8497323. OLE color: 8497323.
HSL color Cylindrical-coordinate representation of color #ABA881: hue angle of 55.71º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABA881 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 129 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.33 |
| HSL | 55.71º | 0.2% | 0.59% | - |
| HSV(B) | 55.71º | 0.25% | 0.67% | - |
| XYZ | 34.76 | 38.25 | 26.32 | - |
| YUV | 164.45 | 107.99 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 129 | 0 | 0.02 | 0.25 | 0.33 | 55.71 | 0.2 | 0.59 |
| Hex | AB | A8 | 81 | 0 | 2 | 19 | 21 | 38 | 14 | 3B |
| Octal | 253 | 250 | 201 | 0 | 2 | 31 | 41 | 70 | 24 | 73 |
| Binary | 10101011 | 10101000 | 10000001 | 0 | 10 | 11001 | 100001 | 111000 | 10100 | 111011 |
Color Harmonies of #ABA881
Complementary color
Monochromatic Colors of #ABA881
Black with #ABA881
Text Example
Text Example
White with #ABA881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA881; }
p { color: rgb(171,168,129); }
H1.HeaderClassName
{
color: #ABA881;
}
.AnyTagClassName
{
color: #ABA881;
}
</style>
background-color css
<style>
a { background-color: #ABA881; }
a { background-color: rgb(171,168,129); }
div.DivClassName
{
background-color: #ABA881;
}
.BgClassName
{
background-color: #ABA881;
}
</style>
border-color css
<style>
span { border-color: #ABA881; }
span { border-color: rgb(171,168,129); }
td.TdClassName
{
border-color: #ABA881;
}
.TagClassName
{
border-color: #ABA881;
}
</style>