Shades of Neutral Green #ABA981
Tints of Neutral Green #ABA981
RGB
CMYK
RGB Variations
Color information
#ABA981 (or 0xABA981) is known color: Neutral Green. HEX triplet: AB, A9 and 81. RGB value is (171,169,129). Sum of RGB (Red+Green+Blue) = 171+169+129=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA981 is #54567E. Grayscale: #A5A5A5. Windows color (decimal): -5527167 or 8497579. OLE color: 8497579.
HSL color Cylindrical-coordinate representation of color #ABA981: hue angle of 57.14º 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 #ABA981 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 169 | 129 | - |
CMYK | 0 | 0.01 | 0.25 | 0.33 |
HSL | 57.14º | 0.2% | 0.59% | - |
HSV(B) | 57.14º | 0.25% | 0.67% | - |
XYZ | 34.95 | 38.62 | 26.38 | - |
YUV | 165.04 | 107.66 | 132.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 169 | 129 | 0 | 0.01 | 0.25 | 0.33 | 57.14 | 0.2 | 0.59 |
Hex | AB | A9 | 81 | 0 | 1 | 19 | 21 | 39 | 14 | 3B |
Octal | 253 | 251 | 201 | 0 | 1 | 31 | 41 | 71 | 24 | 73 |
Binary | 10101011 | 10101001 | 10000001 | 0 | 1 | 11001 | 100001 | 111001 | 10100 | 111011 |
Color Harmonies of #ABA981
Complementary color
Monochromatic Colors of #ABA981
Black with #ABA981
Text Example
Text Example
White with #ABA981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA981; }
p { color: rgb(171,169,129); }
H1.HeaderClassName
{
color: #ABA981;
}
.AnyTagClassName
{
color: #ABA981;
}
</style>
background-color css
<style>
a { background-color: #ABA981; }
a { background-color: rgb(171,169,129); }
div.DivClassName
{
background-color: #ABA981;
}
.BgClassName
{
background-color: #ABA981;
}
</style>
border-color css
<style>
span { border-color: #ABA981; }
span { border-color: rgb(171,169,129); }
td.TdClassName
{
border-color: #ABA981;
}
.TagClassName
{
border-color: #ABA981;
}
</style>