Shades of Neutral Green #ABA588
Tints of Neutral Green #ABA588
RGB
CMYK
RGB Variations
Color information
#ABA588 (or 0xABA588) is known color: Neutral Green. HEX triplet: AB, A5 and 88. RGB value is (171,165,136). Sum of RGB (Red+Green+Blue) = 171+165+136=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA588 is #545A77. Grayscale: #A3A3A3. Windows color (decimal): -5528184 or 8955307. OLE color: 8955307.
HSL color Cylindrical-coordinate representation of color #ABA588: hue angle of 49.71º 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 #ABA588 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 165 | 136 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.33 |
| HSL | 49.71º | 0.17% | 0.6% | - |
| HSV(B) | 49.71º | 0.2% | 0.67% | - |
| XYZ | 34.69 | 37.35 | 28.67 | - |
| YUV | 163.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 136 | 0 | 0.04 | 0.20 | 0.33 | 49.71 | 0.17 | 0.6 |
| Hex | AB | A5 | 88 | 0 | 4 | 14 | 21 | 32 | 11 | 3C |
| Octal | 253 | 245 | 210 | 0 | 4 | 24 | 41 | 62 | 21 | 74 |
| Binary | 10101011 | 10100101 | 10001000 | 0 | 100 | 10100 | 100001 | 110010 | 10001 | 111100 |
Color Harmonies of #ABA588
Complementary color
Monochromatic Colors of #ABA588
Black with #ABA588
Text Example
Text Example
White with #ABA588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA588; }
p { color: rgb(171,165,136); }
H1.HeaderClassName
{
color: #ABA588;
}
.AnyTagClassName
{
color: #ABA588;
}
</style>
background-color css
<style>
a { background-color: #ABA588; }
a { background-color: rgb(171,165,136); }
div.DivClassName
{
background-color: #ABA588;
}
.BgClassName
{
background-color: #ABA588;
}
</style>
border-color css
<style>
span { border-color: #ABA588; }
span { border-color: rgb(171,165,136); }
td.TdClassName
{
border-color: #ABA588;
}
.TagClassName
{
border-color: #ABA588;
}
</style>