Shades of Neutral Green #ABAA84
Tints of Neutral Green #ABAA84
RGB
CMYK
RGB Variations
Color information
#ABAA84 (or 0xABAA84) is known color: Neutral Green. HEX triplet: AB, AA and 84. RGB value is (171,170,132). Sum of RGB (Red+Green+Blue) = 171+170+132=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA84 is #54557B. Grayscale: #A6A6A6. Windows color (decimal): -5526908 or 8694443. OLE color: 8694443.
HSL color Cylindrical-coordinate representation of color #ABAA84: hue angle of 58.46º 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 #ABAA84 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 132 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.33 |
| HSL | 58.46º | 0.19% | 0.59% | - |
| HSV(B) | 58.46º | 0.23% | 0.67% | - |
| XYZ | 35.33 | 39.07 | 27.51 | - |
| YUV | 165.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 132 | 0 | 0.01 | 0.23 | 0.33 | 58.46 | 0.19 | 0.59 |
| Hex | AB | AA | 84 | 0 | 1 | 17 | 21 | 3A | 13 | 3B |
| Octal | 253 | 252 | 204 | 0 | 1 | 27 | 41 | 72 | 23 | 73 |
| Binary | 10101011 | 10101010 | 10000100 | 0 | 1 | 10111 | 100001 | 111010 | 10011 | 111011 |
Color Harmonies of #ABAA84
Complementary color
Monochromatic Colors of #ABAA84
Black with #ABAA84
Text Example
Text Example
White with #ABAA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA84; }
p { color: rgb(171,170,132); }
H1.HeaderClassName
{
color: #ABAA84;
}
.AnyTagClassName
{
color: #ABAA84;
}
</style>
background-color css
<style>
a { background-color: #ABAA84; }
a { background-color: rgb(171,170,132); }
div.DivClassName
{
background-color: #ABAA84;
}
.BgClassName
{
background-color: #ABAA84;
}
</style>
border-color css
<style>
span { border-color: #ABAA84; }
span { border-color: rgb(171,170,132); }
td.TdClassName
{
border-color: #ABAA84;
}
.TagClassName
{
border-color: #ABAA84;
}
</style>