Shades of Neutral Green #ABA87B
Tints of Neutral Green #ABA87B
RGB
CMYK
RGB Variations
Color information
#ABA87B (or 0xABA87B) is known color: Neutral Green. HEX triplet: AB, A8 and 7B. RGB value is (171,168,123). Sum of RGB (Red+Green+Blue) = 171+168+123=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA87B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA87B is #545784. Grayscale: #A3A3A3. Windows color (decimal): -5527429 or 8104107. OLE color: 8104107.
HSL color Cylindrical-coordinate representation of color #ABA87B: hue angle of 56.25º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABA87B is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 123 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.33 |
| HSL | 56.25º | 0.22% | 0.58% | - |
| HSV(B) | 56.25º | 0.28% | 0.67% | - |
| XYZ | 34.37 | 38.09 | 24.28 | - |
| YUV | 163.77 | 104.99 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 123 | 0 | 0.02 | 0.28 | 0.33 | 56.25 | 0.22 | 0.58 |
| Hex | AB | A8 | 7B | 0 | 2 | 1C | 21 | 38 | 16 | 3A |
| Octal | 253 | 250 | 173 | 0 | 2 | 34 | 41 | 70 | 26 | 72 |
| Binary | 10101011 | 10101000 | 1111011 | 0 | 10 | 11100 | 100001 | 111000 | 10110 | 111010 |
Color Harmonies of #ABA87B
Complementary color
Monochromatic Colors of #ABA87B
Black with #ABA87B
Text Example
Text Example
White with #ABA87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA87B; }
p { color: rgb(171,168,123); }
H1.HeaderClassName
{
color: #ABA87B;
}
.AnyTagClassName
{
color: #ABA87B;
}
</style>
background-color css
<style>
a { background-color: #ABA87B; }
a { background-color: rgb(171,168,123); }
div.DivClassName
{
background-color: #ABA87B;
}
.BgClassName
{
background-color: #ABA87B;
}
</style>
border-color css
<style>
span { border-color: #ABA87B; }
span { border-color: rgb(171,168,123); }
td.TdClassName
{
border-color: #ABA87B;
}
.TagClassName
{
border-color: #ABA87B;
}
</style>