Shades of Neutral Green #ABA88B
Tints of Neutral Green #ABA88B
RGB
CMYK
RGB Variations
Color information
#ABA88B (or 0xABA88B) is known color: Neutral Green. HEX triplet: AB, A8 and 8B. RGB value is (171,168,139). Sum of RGB (Red+Green+Blue) = 171+168+139=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA88B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA88B is #545774. Grayscale: #A5A5A5. Windows color (decimal): -5527413 or 9152683. OLE color: 9152683.
HSL color Cylindrical-coordinate representation of color #ABA88B: hue angle of 54.38º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABA88B is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 139 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.33 |
| HSL | 54.38º | 0.16% | 0.61% | - |
| HSV(B) | 54.38º | 0.19% | 0.67% | - |
| XYZ | 35.46 | 38.53 | 29.99 | - |
| YUV | 165.59 | 112.99 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 139 | 0 | 0.02 | 0.19 | 0.33 | 54.38 | 0.16 | 0.61 |
| Hex | AB | A8 | 8B | 0 | 2 | 13 | 21 | 36 | 10 | 3D |
| Octal | 253 | 250 | 213 | 0 | 2 | 23 | 41 | 66 | 20 | 75 |
| Binary | 10101011 | 10101000 | 10001011 | 0 | 10 | 10011 | 100001 | 110110 | 10000 | 111101 |
Color Harmonies of #ABA88B
Complementary color
Monochromatic Colors of #ABA88B
Black with #ABA88B
Text Example
Text Example
White with #ABA88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA88B; }
p { color: rgb(171,168,139); }
H1.HeaderClassName
{
color: #ABA88B;
}
.AnyTagClassName
{
color: #ABA88B;
}
</style>
background-color css
<style>
a { background-color: #ABA88B; }
a { background-color: rgb(171,168,139); }
div.DivClassName
{
background-color: #ABA88B;
}
.BgClassName
{
background-color: #ABA88B;
}
</style>
border-color css
<style>
span { border-color: #ABA88B; }
span { border-color: rgb(171,168,139); }
td.TdClassName
{
border-color: #ABA88B;
}
.TagClassName
{
border-color: #ABA88B;
}
</style>