Shades of Neutral Green #ABA87C
Tints of Neutral Green #ABA87C
RGB
CMYK
RGB Variations
Color information
#ABA87C (or 0xABA87C) is known color: Neutral Green. HEX triplet: AB, A8 and 7C. RGB value is (171,168,124). Sum of RGB (Red+Green+Blue) = 171+168+124=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA87C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA87C is #545783. Grayscale: #A4A4A4. Windows color (decimal): -5527428 or 8169643. OLE color: 8169643.
HSL color Cylindrical-coordinate representation of color #ABA87C: hue angle of 56.17º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABA87C is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 124 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.33 |
| HSL | 56.17º | 0.22% | 0.58% | - |
| HSV(B) | 56.17º | 0.27% | 0.67% | - |
| XYZ | 34.44 | 38.12 | 24.61 | - |
| YUV | 163.88 | 105.49 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 124 | 0 | 0.02 | 0.27 | 0.33 | 56.17 | 0.22 | 0.58 |
| Hex | AB | A8 | 7C | 0 | 2 | 1B | 21 | 38 | 16 | 3A |
| Octal | 253 | 250 | 174 | 0 | 2 | 33 | 41 | 70 | 26 | 72 |
| Binary | 10101011 | 10101000 | 1111100 | 0 | 10 | 11011 | 100001 | 111000 | 10110 | 111010 |
Color Harmonies of #ABA87C
Complementary color
Monochromatic Colors of #ABA87C
Black with #ABA87C
Text Example
Text Example
White with #ABA87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA87C; }
p { color: rgb(171,168,124); }
H1.HeaderClassName
{
color: #ABA87C;
}
.AnyTagClassName
{
color: #ABA87C;
}
</style>
background-color css
<style>
a { background-color: #ABA87C; }
a { background-color: rgb(171,168,124); }
div.DivClassName
{
background-color: #ABA87C;
}
.BgClassName
{
background-color: #ABA87C;
}
</style>
border-color css
<style>
span { border-color: #ABA87C; }
span { border-color: rgb(171,168,124); }
td.TdClassName
{
border-color: #ABA87C;
}
.TagClassName
{
border-color: #ABA87C;
}
</style>