Shades of Neutral Green #ABA288
Tints of Neutral Green #ABA288
RGB
CMYK
RGB Variations
Color information
#ABA288 (or 0xABA288) is known color: Neutral Green. HEX triplet: AB, A2 and 88. RGB value is (171,162,136). Sum of RGB (Red+Green+Blue) = 171+162+136=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA288 is #545D77. Grayscale: #A1A1A1. Windows color (decimal): -5528952 or 8954539. OLE color: 8954539.
HSL color Cylindrical-coordinate representation of color #ABA288: hue angle of 44.57º 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 #ABA288 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 136 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.33 |
| HSL | 44.57º | 0.17% | 0.6% | - |
| HSV(B) | 44.57º | 0.2% | 0.67% | - |
| XYZ | 34.16 | 36.28 | 28.49 | - |
| YUV | 161.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 136 | 0 | 0.05 | 0.20 | 0.33 | 44.57 | 0.17 | 0.6 |
| Hex | AB | A2 | 88 | 0 | 5 | 14 | 21 | 2D | 11 | 3C |
| Octal | 253 | 242 | 210 | 0 | 5 | 24 | 41 | 55 | 21 | 74 |
| Binary | 10101011 | 10100010 | 10001000 | 0 | 101 | 10100 | 100001 | 101101 | 10001 | 111100 |
Color Harmonies of #ABA288
Complementary color
Monochromatic Colors of #ABA288
Black with #ABA288
Text Example
Text Example
White with #ABA288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA288; }
p { color: rgb(171,162,136); }
H1.HeaderClassName
{
color: #ABA288;
}
.AnyTagClassName
{
color: #ABA288;
}
</style>
background-color css
<style>
a { background-color: #ABA288; }
a { background-color: rgb(171,162,136); }
div.DivClassName
{
background-color: #ABA288;
}
.BgClassName
{
background-color: #ABA288;
}
</style>
border-color css
<style>
span { border-color: #ABA288; }
span { border-color: rgb(171,162,136); }
td.TdClassName
{
border-color: #ABA288;
}
.TagClassName
{
border-color: #ABA288;
}
</style>