Shades of Neutral Green #ABA788
Tints of Neutral Green #ABA788
RGB
CMYK
RGB Variations
Color information
#ABA788 (or 0xABA788) is known color: Neutral Green. HEX triplet: AB, A7 and 88. RGB value is (171,167,136). Sum of RGB (Red+Green+Blue) = 171+167+136=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA788 is #545877. Grayscale: #A4A4A4. Windows color (decimal): -5527672 or 8955819. OLE color: 8955819.
HSL color Cylindrical-coordinate representation of color #ABA788: hue angle of 53.14º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABA788 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 136 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.33 |
| HSL | 53.14º | 0.17% | 0.6% | - |
| HSV(B) | 53.14º | 0.2% | 0.67% | - |
| XYZ | 35.06 | 38.07 | 28.79 | - |
| YUV | 164.66 | 111.83 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 136 | 0 | 0.02 | 0.20 | 0.33 | 53.14 | 0.17 | 0.6 |
| Hex | AB | A7 | 88 | 0 | 2 | 14 | 21 | 35 | 11 | 3C |
| Octal | 253 | 247 | 210 | 0 | 2 | 24 | 41 | 65 | 21 | 74 |
| Binary | 10101011 | 10100111 | 10001000 | 0 | 10 | 10100 | 100001 | 110101 | 10001 | 111100 |
Color Harmonies of #ABA788
Complementary color
Monochromatic Colors of #ABA788
Black with #ABA788
Text Example
Text Example
White with #ABA788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA788; }
p { color: rgb(171,167,136); }
H1.HeaderClassName
{
color: #ABA788;
}
.AnyTagClassName
{
color: #ABA788;
}
</style>
background-color css
<style>
a { background-color: #ABA788; }
a { background-color: rgb(171,167,136); }
div.DivClassName
{
background-color: #ABA788;
}
.BgClassName
{
background-color: #ABA788;
}
</style>
border-color css
<style>
span { border-color: #ABA788; }
span { border-color: rgb(171,167,136); }
td.TdClassName
{
border-color: #ABA788;
}
.TagClassName
{
border-color: #ABA788;
}
</style>