Shades of Neutral Green #ABA385
Tints of Neutral Green #ABA385
RGB
CMYK
RGB Variations
Color information
#ABA385 (or 0xABA385) is known color: Neutral Green. HEX triplet: AB, A3 and 85. RGB value is (171,163,133). Sum of RGB (Red+Green+Blue) = 171+163+133=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA385 is #545C7A. Grayscale: #A2A2A2. Windows color (decimal): -5528699 or 8758187. OLE color: 8758187.
HSL color Cylindrical-coordinate representation of color #ABA385: hue angle of 47.37º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABA385 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 133 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.33 |
| HSL | 47.37º | 0.18% | 0.6% | - |
| HSV(B) | 47.37º | 0.22% | 0.67% | - |
| XYZ | 34.13 | 36.55 | 27.45 | - |
| YUV | 161.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 133 | 0 | 0.05 | 0.22 | 0.33 | 47.37 | 0.18 | 0.6 |
| Hex | AB | A3 | 85 | 0 | 5 | 16 | 21 | 2F | 12 | 3C |
| Octal | 253 | 243 | 205 | 0 | 5 | 26 | 41 | 57 | 22 | 74 |
| Binary | 10101011 | 10100011 | 10000101 | 0 | 101 | 10110 | 100001 | 101111 | 10010 | 111100 |
Color Harmonies of #ABA385
Complementary color
Monochromatic Colors of #ABA385
Black with #ABA385
Text Example
Text Example
White with #ABA385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA385; }
p { color: rgb(171,163,133); }
H1.HeaderClassName
{
color: #ABA385;
}
.AnyTagClassName
{
color: #ABA385;
}
</style>
background-color css
<style>
a { background-color: #ABA385; }
a { background-color: rgb(171,163,133); }
div.DivClassName
{
background-color: #ABA385;
}
.BgClassName
{
background-color: #ABA385;
}
</style>
border-color css
<style>
span { border-color: #ABA385; }
span { border-color: rgb(171,163,133); }
td.TdClassName
{
border-color: #ABA385;
}
.TagClassName
{
border-color: #ABA385;
}
</style>