Shades of Neutral Green #ABA484
Tints of Neutral Green #ABA484
RGB
CMYK
RGB Variations
Color information
#ABA484 (or 0xABA484) is known color: Neutral Green. HEX triplet: AB, A4 and 84. RGB value is (171,164,132). Sum of RGB (Red+Green+Blue) = 171+164+132=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA484 is #545B7B. Grayscale: #A2A2A2. Windows color (decimal): -5528444 or 8692907. OLE color: 8692907.
HSL color Cylindrical-coordinate representation of color #ABA484: hue angle of 49.23º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABA484 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 132 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.33 |
| HSL | 49.23º | 0.19% | 0.59% | - |
| HSV(B) | 49.23º | 0.23% | 0.67% | - |
| XYZ | 34.23 | 36.87 | 27.14 | - |
| YUV | 162.45 | 110.82 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 132 | 0 | 0.04 | 0.23 | 0.33 | 49.23 | 0.19 | 0.59 |
| Hex | AB | A4 | 84 | 0 | 4 | 17 | 21 | 31 | 13 | 3B |
| Octal | 253 | 244 | 204 | 0 | 4 | 27 | 41 | 61 | 23 | 73 |
| Binary | 10101011 | 10100100 | 10000100 | 0 | 100 | 10111 | 100001 | 110001 | 10011 | 111011 |
Color Harmonies of #ABA484
Complementary color
Monochromatic Colors of #ABA484
Black with #ABA484
Text Example
Text Example
White with #ABA484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA484; }
p { color: rgb(171,164,132); }
H1.HeaderClassName
{
color: #ABA484;
}
.AnyTagClassName
{
color: #ABA484;
}
</style>
background-color css
<style>
a { background-color: #ABA484; }
a { background-color: rgb(171,164,132); }
div.DivClassName
{
background-color: #ABA484;
}
.BgClassName
{
background-color: #ABA484;
}
</style>
border-color css
<style>
span { border-color: #ABA484; }
span { border-color: rgb(171,164,132); }
td.TdClassName
{
border-color: #ABA484;
}
.TagClassName
{
border-color: #ABA484;
}
</style>