Shades of Neutral Green #ABA980
Tints of Neutral Green #ABA980
RGB
CMYK
RGB Variations
Color information
#ABA980 (or 0xABA980) is known color: Neutral Green. HEX triplet: AB, A9 and 80. RGB value is (171,169,128). Sum of RGB (Red+Green+Blue) = 171+169+128=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA980 is #54567F. Grayscale: #A5A5A5. Windows color (decimal): -5527168 or 8432043. OLE color: 8432043.
HSL color Cylindrical-coordinate representation of color #ABA980: hue angle of 57.21º 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 #ABA980 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 169 | 128 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.33 |
| HSL | 57.21º | 0.2% | 0.59% | - |
| HSV(B) | 57.21º | 0.25% | 0.67% | - |
| XYZ | 34.88 | 38.59 | 26.03 | - |
| YUV | 164.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 128 | 0 | 0.01 | 0.25 | 0.33 | 57.21 | 0.2 | 0.59 |
| Hex | AB | A9 | 80 | 0 | 1 | 19 | 21 | 39 | 14 | 3B |
| Octal | 253 | 251 | 200 | 0 | 1 | 31 | 41 | 71 | 24 | 73 |
| Binary | 10101011 | 10101001 | 10000000 | 0 | 1 | 11001 | 100001 | 111001 | 10100 | 111011 |
Color Harmonies of #ABA980
Complementary color
Monochromatic Colors of #ABA980
Black with #ABA980
Text Example
Text Example
White with #ABA980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA980; }
p { color: rgb(171,169,128); }
H1.HeaderClassName
{
color: #ABA980;
}
.AnyTagClassName
{
color: #ABA980;
}
</style>
background-color css
<style>
a { background-color: #ABA980; }
a { background-color: rgb(171,169,128); }
div.DivClassName
{
background-color: #ABA980;
}
.BgClassName
{
background-color: #ABA980;
}
</style>
border-color css
<style>
span { border-color: #ABA980; }
span { border-color: rgb(171,169,128); }
td.TdClassName
{
border-color: #ABA980;
}
.TagClassName
{
border-color: #ABA980;
}
</style>