Shades of Neutral Green #ABA47E
Tints of Neutral Green #ABA47E
RGB
CMYK
RGB Variations
Color information
#ABA47E (or 0xABA47E) is known color: Neutral Green. HEX triplet: AB, A4 and 7E. RGB value is (171,164,126). Sum of RGB (Red+Green+Blue) = 171+164+126=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA47E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA47E is #545B81. Grayscale: #A1A1A1. Windows color (decimal): -5528450 or 8299691. OLE color: 8299691.
HSL color Cylindrical-coordinate representation of color #ABA47E: hue angle of 50.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABA47E is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 126 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.33 |
| HSL | 50.67º | 0.21% | 0.58% | - |
| HSV(B) | 50.67º | 0.26% | 0.67% | - |
| XYZ | 33.84 | 36.72 | 25.04 | - |
| YUV | 161.76 | 107.82 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 126 | 0 | 0.04 | 0.26 | 0.33 | 50.67 | 0.21 | 0.58 |
| Hex | AB | A4 | 7E | 0 | 4 | 1A | 21 | 33 | 15 | 3A |
| Octal | 253 | 244 | 176 | 0 | 4 | 32 | 41 | 63 | 25 | 72 |
| Binary | 10101011 | 10100100 | 1111110 | 0 | 100 | 11010 | 100001 | 110011 | 10101 | 111010 |
Color Harmonies of #ABA47E
Complementary color
Monochromatic Colors of #ABA47E
Black with #ABA47E
Text Example
Text Example
White with #ABA47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA47E; }
p { color: rgb(171,164,126); }
H1.HeaderClassName
{
color: #ABA47E;
}
.AnyTagClassName
{
color: #ABA47E;
}
</style>
background-color css
<style>
a { background-color: #ABA47E; }
a { background-color: rgb(171,164,126); }
div.DivClassName
{
background-color: #ABA47E;
}
.BgClassName
{
background-color: #ABA47E;
}
</style>
border-color css
<style>
span { border-color: #ABA47E; }
span { border-color: rgb(171,164,126); }
td.TdClassName
{
border-color: #ABA47E;
}
.TagClassName
{
border-color: #ABA47E;
}
</style>