Shades of Neutral Green #ABA976
Tints of Neutral Green #ABA976
RGB
CMYK
RGB Variations
Color information
#ABA976 (or 0xABA976) is known color: Neutral Green. HEX triplet: AB, A9 and 76. RGB value is (171,169,118). Sum of RGB (Red+Green+Blue) = 171+169+118=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA976 is #545689. Grayscale: #A3A3A3. Windows color (decimal): -5527178 or 7776683. OLE color: 7776683.
HSL color Cylindrical-coordinate representation of color #ABA976: hue angle of 57.74º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABA976 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 169 | 118 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.33 |
| HSL | 57.74º | 0.24% | 0.57% | - |
| HSV(B) | 57.74º | 0.31% | 0.67% | - |
| XYZ | 34.25 | 38.34 | 22.73 | - |
| YUV | 163.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 118 | 0 | 0.01 | 0.31 | 0.33 | 57.74 | 0.24 | 0.57 |
| Hex | AB | A9 | 76 | 0 | 1 | 1F | 21 | 3A | 18 | 39 |
| Octal | 253 | 251 | 166 | 0 | 1 | 37 | 41 | 72 | 30 | 71 |
| Binary | 10101011 | 10101001 | 1110110 | 0 | 1 | 11111 | 100001 | 111010 | 11000 | 111001 |
Color Harmonies of #ABA976
Complementary color
Monochromatic Colors of #ABA976
Black with #ABA976
Text Example
Text Example
White with #ABA976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA976; }
p { color: rgb(171,169,118); }
H1.HeaderClassName
{
color: #ABA976;
}
.AnyTagClassName
{
color: #ABA976;
}
</style>
background-color css
<style>
a { background-color: #ABA976; }
a { background-color: rgb(171,169,118); }
div.DivClassName
{
background-color: #ABA976;
}
.BgClassName
{
background-color: #ABA976;
}
</style>
border-color css
<style>
span { border-color: #ABA976; }
span { border-color: rgb(171,169,118); }
td.TdClassName
{
border-color: #ABA976;
}
.TagClassName
{
border-color: #ABA976;
}
</style>