Shades of Neutral Green #ABA876
Tints of Neutral Green #ABA876
RGB
CMYK
RGB Variations
Color information
#ABA876 (or 0xABA876) is known color: Neutral Green. HEX triplet: AB, A8 and 76. RGB value is (171,168,118). Sum of RGB (Red+Green+Blue) = 171+168+118=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA876 is #545789. Grayscale: #A3A3A3. Windows color (decimal): -5527434 or 7776427. OLE color: 7776427.
HSL color Cylindrical-coordinate representation of color #ABA876: hue angle of 56.6º 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 #ABA876 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 118 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.33 |
| HSL | 56.6º | 0.24% | 0.57% | - |
| HSV(B) | 56.6º | 0.31% | 0.67% | - |
| XYZ | 34.07 | 37.97 | 22.67 | - |
| YUV | 163.2 | 102.49 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 118 | 0 | 0.02 | 0.31 | 0.33 | 56.6 | 0.24 | 0.57 |
| Hex | AB | A8 | 76 | 0 | 2 | 1F | 21 | 39 | 18 | 39 |
| Octal | 253 | 250 | 166 | 0 | 2 | 37 | 41 | 71 | 30 | 71 |
| Binary | 10101011 | 10101000 | 1110110 | 0 | 10 | 11111 | 100001 | 111001 | 11000 | 111001 |
Color Harmonies of #ABA876
Complementary color
Monochromatic Colors of #ABA876
Black with #ABA876
Text Example
Text Example
White with #ABA876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA876; }
p { color: rgb(171,168,118); }
H1.HeaderClassName
{
color: #ABA876;
}
.AnyTagClassName
{
color: #ABA876;
}
</style>
background-color css
<style>
a { background-color: #ABA876; }
a { background-color: rgb(171,168,118); }
div.DivClassName
{
background-color: #ABA876;
}
.BgClassName
{
background-color: #ABA876;
}
</style>
border-color css
<style>
span { border-color: #ABA876; }
span { border-color: rgb(171,168,118); }
td.TdClassName
{
border-color: #ABA876;
}
.TagClassName
{
border-color: #ABA876;
}
</style>