Shades of Neutral Green #ABA287
Tints of Neutral Green #ABA287
RGB
CMYK
RGB Variations
Color information
#ABA287 (or 0xABA287) is known color: Neutral Green. HEX triplet: AB, A2 and 87. RGB value is (171,162,135). Sum of RGB (Red+Green+Blue) = 171+162+135=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA287 is #545D78. Grayscale: #A1A1A1. Windows color (decimal): -5528953 or 8889003. OLE color: 8889003.
HSL color Cylindrical-coordinate representation of color #ABA287: hue angle of 45º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABA287 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 135 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.33 |
| HSL | 45º | 0.18% | 0.6% | - |
| HSV(B) | 45º | 0.21% | 0.67% | - |
| XYZ | 34.09 | 36.25 | 28.12 | - |
| YUV | 161.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 135 | 0 | 0.05 | 0.21 | 0.33 | 45 | 0.18 | 0.6 |
| Hex | AB | A2 | 87 | 0 | 5 | 15 | 21 | 2D | 12 | 3C |
| Octal | 253 | 242 | 207 | 0 | 5 | 25 | 41 | 55 | 22 | 74 |
| Binary | 10101011 | 10100010 | 10000111 | 0 | 101 | 10101 | 100001 | 101101 | 10010 | 111100 |
Color Harmonies of #ABA287
Complementary color
Monochromatic Colors of #ABA287
Black with #ABA287
Text Example
Text Example
White with #ABA287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA287; }
p { color: rgb(171,162,135); }
H1.HeaderClassName
{
color: #ABA287;
}
.AnyTagClassName
{
color: #ABA287;
}
</style>
background-color css
<style>
a { background-color: #ABA287; }
a { background-color: rgb(171,162,135); }
div.DivClassName
{
background-color: #ABA287;
}
.BgClassName
{
background-color: #ABA287;
}
</style>
border-color css
<style>
span { border-color: #ABA287; }
span { border-color: rgb(171,162,135); }
td.TdClassName
{
border-color: #ABA287;
}
.TagClassName
{
border-color: #ABA287;
}
</style>