Shades of Neutral Green #ABA389
Tints of Neutral Green #ABA389
RGB
CMYK
RGB Variations
Color information
#ABA389 (or 0xABA389) is known color: Neutral Green. HEX triplet: AB, A3 and 89. RGB value is (171,163,137). Sum of RGB (Red+Green+Blue) = 171+163+137=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA389 is #545C76. Grayscale: #A2A2A2. Windows color (decimal): -5528695 or 9020331. OLE color: 9020331.
HSL color Cylindrical-coordinate representation of color #ABA389: hue angle of 45.88º 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 #ABA389 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 137 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.33 |
| HSL | 45.88º | 0.17% | 0.6% | - |
| HSV(B) | 45.88º | 0.2% | 0.67% | - |
| XYZ | 34.41 | 36.66 | 28.93 | - |
| YUV | 162.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 137 | 0 | 0.05 | 0.20 | 0.33 | 45.88 | 0.17 | 0.6 |
| Hex | AB | A3 | 89 | 0 | 5 | 14 | 21 | 2E | 11 | 3C |
| Octal | 253 | 243 | 211 | 0 | 5 | 24 | 41 | 56 | 21 | 74 |
| Binary | 10101011 | 10100011 | 10001001 | 0 | 101 | 10100 | 100001 | 101110 | 10001 | 111100 |
Color Harmonies of #ABA389
Complementary color
Monochromatic Colors of #ABA389
Black with #ABA389
Text Example
Text Example
White with #ABA389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA389; }
p { color: rgb(171,163,137); }
H1.HeaderClassName
{
color: #ABA389;
}
.AnyTagClassName
{
color: #ABA389;
}
</style>
background-color css
<style>
a { background-color: #ABA389; }
a { background-color: rgb(171,163,137); }
div.DivClassName
{
background-color: #ABA389;
}
.BgClassName
{
background-color: #ABA389;
}
</style>
border-color css
<style>
span { border-color: #ABA389; }
span { border-color: rgb(171,163,137); }
td.TdClassName
{
border-color: #ABA389;
}
.TagClassName
{
border-color: #ABA389;
}
</style>