Shades of Neutral Green #ABA87E
Tints of Neutral Green #ABA87E
RGB
CMYK
RGB Variations
Color information
#ABA87E (or 0xABA87E) is known color: Neutral Green. HEX triplet: AB, A8 and 7E. RGB value is (171,168,126). Sum of RGB (Red+Green+Blue) = 171+168+126=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA87E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA87E is #545781. Grayscale: #A4A4A4. Windows color (decimal): -5527426 or 8300715. OLE color: 8300715.
HSL color Cylindrical-coordinate representation of color #ABA87E: hue angle of 56º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABA87E is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 126 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.33 |
| HSL | 56º | 0.21% | 0.58% | - |
| HSV(B) | 56º | 0.26% | 0.67% | - |
| XYZ | 34.56 | 38.17 | 25.28 | - |
| YUV | 164.11 | 106.49 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 126 | 0 | 0.02 | 0.26 | 0.33 | 56 | 0.21 | 0.58 |
| Hex | AB | A8 | 7E | 0 | 2 | 1A | 21 | 38 | 15 | 3A |
| Octal | 253 | 250 | 176 | 0 | 2 | 32 | 41 | 70 | 25 | 72 |
| Binary | 10101011 | 10101000 | 1111110 | 0 | 10 | 11010 | 100001 | 111000 | 10101 | 111010 |
Color Harmonies of #ABA87E
Complementary color
Monochromatic Colors of #ABA87E
Black with #ABA87E
Text Example
Text Example
White with #ABA87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA87E; }
p { color: rgb(171,168,126); }
H1.HeaderClassName
{
color: #ABA87E;
}
.AnyTagClassName
{
color: #ABA87E;
}
</style>
background-color css
<style>
a { background-color: #ABA87E; }
a { background-color: rgb(171,168,126); }
div.DivClassName
{
background-color: #ABA87E;
}
.BgClassName
{
background-color: #ABA87E;
}
</style>
border-color css
<style>
span { border-color: #ABA87E; }
span { border-color: rgb(171,168,126); }
td.TdClassName
{
border-color: #ABA87E;
}
.TagClassName
{
border-color: #ABA87E;
}
</style>