Shades of Neutral Green #ABA889
Tints of Neutral Green #ABA889
RGB
CMYK
RGB Variations
Color information
#ABA889 (or 0xABA889) is known color: Neutral Green. HEX triplet: AB, A8 and 89. RGB value is (171,168,137). Sum of RGB (Red+Green+Blue) = 171+168+137=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA889 is #545776. Grayscale: #A5A5A5. Windows color (decimal): -5527415 or 9021611. OLE color: 9021611.
HSL color Cylindrical-coordinate representation of color #ABA889: hue angle of 54.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 #ABA889 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 137 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.33 |
| HSL | 54.71º | 0.17% | 0.6% | - |
| HSV(B) | 54.71º | 0.2% | 0.67% | - |
| XYZ | 35.31 | 38.47 | 29.23 | - |
| YUV | 165.36 | 111.99 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 137 | 0 | 0.02 | 0.20 | 0.33 | 54.71 | 0.17 | 0.6 |
| Hex | AB | A8 | 89 | 0 | 2 | 14 | 21 | 37 | 11 | 3C |
| Octal | 253 | 250 | 211 | 0 | 2 | 24 | 41 | 67 | 21 | 74 |
| Binary | 10101011 | 10101000 | 10001001 | 0 | 10 | 10100 | 100001 | 110111 | 10001 | 111100 |
Color Harmonies of #ABA889
Complementary color
Monochromatic Colors of #ABA889
Black with #ABA889
Text Example
Text Example
White with #ABA889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA889; }
p { color: rgb(171,168,137); }
H1.HeaderClassName
{
color: #ABA889;
}
.AnyTagClassName
{
color: #ABA889;
}
</style>
background-color css
<style>
a { background-color: #ABA889; }
a { background-color: rgb(171,168,137); }
div.DivClassName
{
background-color: #ABA889;
}
.BgClassName
{
background-color: #ABA889;
}
</style>
border-color css
<style>
span { border-color: #ABA889; }
span { border-color: rgb(171,168,137); }
td.TdClassName
{
border-color: #ABA889;
}
.TagClassName
{
border-color: #ABA889;
}
</style>