Shades of Neutral Green #ABA67E
Tints of Neutral Green #ABA67E
RGB
CMYK
RGB Variations
Color information
#ABA67E (or 0xABA67E) is known color: Neutral Green. HEX triplet: AB, A6 and 7E. RGB value is (171,166,126). Sum of RGB (Red+Green+Blue) = 171+166+126=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA67E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA67E is #545981. Grayscale: #A3A3A3. Windows color (decimal): -5527938 or 8300203. OLE color: 8300203.
HSL color Cylindrical-coordinate representation of color #ABA67E: hue angle of 53.33º 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 #ABA67E is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 126 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.33 |
| HSL | 53.33º | 0.21% | 0.58% | - |
| HSV(B) | 53.33º | 0.26% | 0.67% | - |
| XYZ | 34.2 | 37.44 | 25.16 | - |
| YUV | 162.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 126 | 0 | 0.03 | 0.26 | 0.33 | 53.33 | 0.21 | 0.58 |
| Hex | AB | A6 | 7E | 0 | 3 | 1A | 21 | 35 | 15 | 3A |
| Octal | 253 | 246 | 176 | 0 | 3 | 32 | 41 | 65 | 25 | 72 |
| Binary | 10101011 | 10100110 | 1111110 | 0 | 11 | 11010 | 100001 | 110101 | 10101 | 111010 |
Color Harmonies of #ABA67E
Complementary color
Monochromatic Colors of #ABA67E
Black with #ABA67E
Text Example
Text Example
White with #ABA67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA67E; }
p { color: rgb(171,166,126); }
H1.HeaderClassName
{
color: #ABA67E;
}
.AnyTagClassName
{
color: #ABA67E;
}
</style>
background-color css
<style>
a { background-color: #ABA67E; }
a { background-color: rgb(171,166,126); }
div.DivClassName
{
background-color: #ABA67E;
}
.BgClassName
{
background-color: #ABA67E;
}
</style>
border-color css
<style>
span { border-color: #ABA67E; }
span { border-color: rgb(171,166,126); }
td.TdClassName
{
border-color: #ABA67E;
}
.TagClassName
{
border-color: #ABA67E;
}
</style>