Shades of Neutral Green #ABA88C
Tints of Neutral Green #ABA88C
RGB
CMYK
RGB Variations
Color information
#ABA88C (or 0xABA88C) is known color: Neutral Green. HEX triplet: AB, A8 and 8C. RGB value is (171,168,140). Sum of RGB (Red+Green+Blue) = 171+168+140=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA88C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA88C is #545773. Grayscale: #A5A5A5. Windows color (decimal): -5527412 or 9218219. OLE color: 9218219.
HSL color Cylindrical-coordinate representation of color #ABA88C: hue angle of 54.19º degrees, saturation: 0.16, 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 #ABA88C is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 140 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.33 |
| HSL | 54.19º | 0.16% | 0.61% | - |
| HSV(B) | 54.19º | 0.18% | 0.67% | - |
| XYZ | 35.53 | 38.56 | 30.38 | - |
| YUV | 165.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 140 | 0 | 0.02 | 0.18 | 0.33 | 54.19 | 0.16 | 0.61 |
| Hex | AB | A8 | 8C | 0 | 2 | 12 | 21 | 36 | 10 | 3D |
| Octal | 253 | 250 | 214 | 0 | 2 | 22 | 41 | 66 | 20 | 75 |
| Binary | 10101011 | 10101000 | 10001100 | 0 | 10 | 10010 | 100001 | 110110 | 10000 | 111101 |
Color Harmonies of #ABA88C
Complementary color
Monochromatic Colors of #ABA88C
Black with #ABA88C
Text Example
Text Example
White with #ABA88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA88C; }
p { color: rgb(171,168,140); }
H1.HeaderClassName
{
color: #ABA88C;
}
.AnyTagClassName
{
color: #ABA88C;
}
</style>
background-color css
<style>
a { background-color: #ABA88C; }
a { background-color: rgb(171,168,140); }
div.DivClassName
{
background-color: #ABA88C;
}
.BgClassName
{
background-color: #ABA88C;
}
</style>
border-color css
<style>
span { border-color: #ABA88C; }
span { border-color: rgb(171,168,140); }
td.TdClassName
{
border-color: #ABA88C;
}
.TagClassName
{
border-color: #ABA88C;
}
</style>