Shades of Neutral Green #ABA883
Tints of Neutral Green #ABA883
RGB
CMYK
RGB Variations
Color information
#ABA883 (or 0xABA883) is known color: Neutral Green. HEX triplet: AB, A8 and 83. RGB value is (171,168,131). Sum of RGB (Red+Green+Blue) = 171+168+131=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA883 is #54577C. Grayscale: #A4A4A4. Windows color (decimal): -5527421 or 8628395. OLE color: 8628395.
HSL color Cylindrical-coordinate representation of color #ABA883: hue angle of 55.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABA883 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 131 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.33 |
| HSL | 55.5º | 0.19% | 0.59% | - |
| HSV(B) | 55.5º | 0.23% | 0.67% | - |
| XYZ | 34.89 | 38.3 | 27.03 | - |
| YUV | 164.68 | 108.99 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 131 | 0 | 0.02 | 0.23 | 0.33 | 55.5 | 0.19 | 0.59 |
| Hex | AB | A8 | 83 | 0 | 2 | 17 | 21 | 38 | 13 | 3B |
| Octal | 253 | 250 | 203 | 0 | 2 | 27 | 41 | 70 | 23 | 73 |
| Binary | 10101011 | 10101000 | 10000011 | 0 | 10 | 10111 | 100001 | 111000 | 10011 | 111011 |
Color Harmonies of #ABA883
Complementary color
Monochromatic Colors of #ABA883
Black with #ABA883
Text Example
Text Example
White with #ABA883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA883; }
p { color: rgb(171,168,131); }
H1.HeaderClassName
{
color: #ABA883;
}
.AnyTagClassName
{
color: #ABA883;
}
</style>
background-color css
<style>
a { background-color: #ABA883; }
a { background-color: rgb(171,168,131); }
div.DivClassName
{
background-color: #ABA883;
}
.BgClassName
{
background-color: #ABA883;
}
</style>
border-color css
<style>
span { border-color: #ABA883; }
span { border-color: rgb(171,168,131); }
td.TdClassName
{
border-color: #ABA883;
}
.TagClassName
{
border-color: #ABA883;
}
</style>