Shades of Neutral Green #ABA482
Tints of Neutral Green #ABA482
RGB
CMYK
RGB Variations
Color information
#ABA482 (or 0xABA482) is known color: Neutral Green. HEX triplet: AB, A4 and 82. RGB value is (171,164,130). Sum of RGB (Red+Green+Blue) = 171+164+130=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA482 is #545B7D. Grayscale: #A2A2A2. Windows color (decimal): -5528446 or 8561835. OLE color: 8561835.
HSL color Cylindrical-coordinate representation of color #ABA482: hue angle of 49.76º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABA482 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 130 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.33 |
| HSL | 49.76º | 0.2% | 0.59% | - |
| HSV(B) | 49.76º | 0.24% | 0.67% | - |
| XYZ | 34.1 | 36.82 | 26.43 | - |
| YUV | 162.22 | 109.82 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 130 | 0 | 0.04 | 0.24 | 0.33 | 49.76 | 0.2 | 0.59 |
| Hex | AB | A4 | 82 | 0 | 4 | 18 | 21 | 32 | 14 | 3B |
| Octal | 253 | 244 | 202 | 0 | 4 | 30 | 41 | 62 | 24 | 73 |
| Binary | 10101011 | 10100100 | 10000010 | 0 | 100 | 11000 | 100001 | 110010 | 10100 | 111011 |
Color Harmonies of #ABA482
Complementary color
Monochromatic Colors of #ABA482
Black with #ABA482
Text Example
Text Example
White with #ABA482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA482; }
p { color: rgb(171,164,130); }
H1.HeaderClassName
{
color: #ABA482;
}
.AnyTagClassName
{
color: #ABA482;
}
</style>
background-color css
<style>
a { background-color: #ABA482; }
a { background-color: rgb(171,164,130); }
div.DivClassName
{
background-color: #ABA482;
}
.BgClassName
{
background-color: #ABA482;
}
</style>
border-color css
<style>
span { border-color: #ABA482; }
span { border-color: rgb(171,164,130); }
td.TdClassName
{
border-color: #ABA482;
}
.TagClassName
{
border-color: #ABA482;
}
</style>