Shades of Neutral Green #ABA582
Tints of Neutral Green #ABA582
RGB
CMYK
RGB Variations
Color information
#ABA582 (or 0xABA582) is known color: Neutral Green. HEX triplet: AB, A5 and 82. RGB value is (171,165,130). Sum of RGB (Red+Green+Blue) = 171+165+130=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA582 is #545A7D. Grayscale: #A2A2A2. Windows color (decimal): -5528190 or 8562091. OLE color: 8562091.
HSL color Cylindrical-coordinate representation of color #ABA582: hue angle of 51.22º 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 #ABA582 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 165 | 130 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.33 |
| HSL | 51.22º | 0.2% | 0.59% | - |
| HSV(B) | 51.22º | 0.24% | 0.67% | - |
| XYZ | 34.28 | 37.18 | 26.49 | - |
| YUV | 162.8 | 109.49 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 130 | 0 | 0.04 | 0.24 | 0.33 | 51.22 | 0.2 | 0.59 |
| Hex | AB | A5 | 82 | 0 | 4 | 18 | 21 | 33 | 14 | 3B |
| Octal | 253 | 245 | 202 | 0 | 4 | 30 | 41 | 63 | 24 | 73 |
| Binary | 10101011 | 10100101 | 10000010 | 0 | 100 | 11000 | 100001 | 110011 | 10100 | 111011 |
Color Harmonies of #ABA582
Complementary color
Monochromatic Colors of #ABA582
Black with #ABA582
Text Example
Text Example
White with #ABA582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA582; }
p { color: rgb(171,165,130); }
H1.HeaderClassName
{
color: #ABA582;
}
.AnyTagClassName
{
color: #ABA582;
}
</style>
background-color css
<style>
a { background-color: #ABA582; }
a { background-color: rgb(171,165,130); }
div.DivClassName
{
background-color: #ABA582;
}
.BgClassName
{
background-color: #ABA582;
}
</style>
border-color css
<style>
span { border-color: #ABA582; }
span { border-color: rgb(171,165,130); }
td.TdClassName
{
border-color: #ABA582;
}
.TagClassName
{
border-color: #ABA582;
}
</style>