Shades of Neutral Green #ABA68D
Tints of Neutral Green #ABA68D
RGB
CMYK
RGB Variations
Color information
#ABA68D (or 0xABA68D) is known color: Neutral Green. HEX triplet: AB, A6 and 8D. RGB value is (171,166,141). Sum of RGB (Red+Green+Blue) = 171+166+141=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA68D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA68D is #545972. Grayscale: #A4A4A4. Windows color (decimal): -5527923 or 9283243. OLE color: 9283243.
HSL color Cylindrical-coordinate representation of color #ABA68D: hue angle of 50º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABA68D is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 141 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.33 |
| HSL | 50º | 0.15% | 0.61% | - |
| HSV(B) | 50º | 0.18% | 0.67% | - |
| XYZ | 35.24 | 37.85 | 30.65 | - |
| YUV | 164.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 141 | 0 | 0.03 | 0.18 | 0.33 | 50 | 0.15 | 0.61 |
| Hex | AB | A6 | 8D | 0 | 3 | 12 | 21 | 32 | F | 3D |
| Octal | 253 | 246 | 215 | 0 | 3 | 22 | 41 | 62 | 17 | 75 |
| Binary | 10101011 | 10100110 | 10001101 | 0 | 11 | 10010 | 100001 | 110010 | 1111 | 111101 |
Color Harmonies of #ABA68D
Complementary color
Monochromatic Colors of #ABA68D
Black with #ABA68D
Text Example
Text Example
White with #ABA68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA68D; }
p { color: rgb(171,166,141); }
H1.HeaderClassName
{
color: #ABA68D;
}
.AnyTagClassName
{
color: #ABA68D;
}
</style>
background-color css
<style>
a { background-color: #ABA68D; }
a { background-color: rgb(171,166,141); }
div.DivClassName
{
background-color: #ABA68D;
}
.BgClassName
{
background-color: #ABA68D;
}
</style>
border-color css
<style>
span { border-color: #ABA68D; }
span { border-color: rgb(171,166,141); }
td.TdClassName
{
border-color: #ABA68D;
}
.TagClassName
{
border-color: #ABA68D;
}
</style>