Shades of Neutral Green #ABAA81
Tints of Neutral Green #ABAA81
RGB
CMYK
RGB Variations
Color information
#ABAA81 (or 0xABAA81) is known color: Neutral Green. HEX triplet: AB, AA and 81. RGB value is (171,170,129). Sum of RGB (Red+Green+Blue) = 171+170+129=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA81 is #54557E. Grayscale: #A5A5A5. Windows color (decimal): -5526911 or 8497835. OLE color: 8497835.
HSL color Cylindrical-coordinate representation of color #ABAA81: hue angle of 58.57º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABAA81 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 129 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.33 |
| HSL | 58.57º | 0.2% | 0.59% | - |
| HSV(B) | 58.57º | 0.25% | 0.67% | - |
| XYZ | 35.13 | 38.99 | 26.44 | - |
| YUV | 165.63 | 107.33 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 129 | 0 | 0.01 | 0.25 | 0.33 | 58.57 | 0.2 | 0.59 |
| Hex | AB | AA | 81 | 0 | 1 | 19 | 21 | 3B | 14 | 3B |
| Octal | 253 | 252 | 201 | 0 | 1 | 31 | 41 | 73 | 24 | 73 |
| Binary | 10101011 | 10101010 | 10000001 | 0 | 1 | 11001 | 100001 | 111011 | 10100 | 111011 |
Color Harmonies of #ABAA81
Complementary color
Monochromatic Colors of #ABAA81
Black with #ABAA81
Text Example
Text Example
White with #ABAA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA81; }
p { color: rgb(171,170,129); }
H1.HeaderClassName
{
color: #ABAA81;
}
.AnyTagClassName
{
color: #ABAA81;
}
</style>
background-color css
<style>
a { background-color: #ABAA81; }
a { background-color: rgb(171,170,129); }
div.DivClassName
{
background-color: #ABAA81;
}
.BgClassName
{
background-color: #ABAA81;
}
</style>
border-color css
<style>
span { border-color: #ABAA81; }
span { border-color: rgb(171,170,129); }
td.TdClassName
{
border-color: #ABAA81;
}
.TagClassName
{
border-color: #ABAA81;
}
</style>