Shades of Neutral Green #ABA383
Tints of Neutral Green #ABA383
RGB
CMYK
RGB Variations
Color information
#ABA383 (or 0xABA383) is known color: Neutral Green. HEX triplet: AB, A3 and 83. RGB value is (171,163,131). Sum of RGB (Red+Green+Blue) = 171+163+131=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA383 is #545C7C. Grayscale: #A1A1A1. Windows color (decimal): -5528701 or 8627115. OLE color: 8627115.
HSL color Cylindrical-coordinate representation of color #ABA383: hue angle of 48º 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 #ABA383 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 131 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.33 |
| HSL | 48º | 0.19% | 0.59% | - |
| HSV(B) | 48º | 0.23% | 0.67% | - |
| XYZ | 33.99 | 36.49 | 26.72 | - |
| YUV | 161.74 | 110.65 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 131 | 0 | 0.05 | 0.23 | 0.33 | 48 | 0.19 | 0.59 |
| Hex | AB | A3 | 83 | 0 | 5 | 17 | 21 | 30 | 13 | 3B |
| Octal | 253 | 243 | 203 | 0 | 5 | 27 | 41 | 60 | 23 | 73 |
| Binary | 10101011 | 10100011 | 10000011 | 0 | 101 | 10111 | 100001 | 110000 | 10011 | 111011 |
Color Harmonies of #ABA383
Complementary color
Monochromatic Colors of #ABA383
Black with #ABA383
Text Example
Text Example
White with #ABA383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA383; }
p { color: rgb(171,163,131); }
H1.HeaderClassName
{
color: #ABA383;
}
.AnyTagClassName
{
color: #ABA383;
}
</style>
background-color css
<style>
a { background-color: #ABA383; }
a { background-color: rgb(171,163,131); }
div.DivClassName
{
background-color: #ABA383;
}
.BgClassName
{
background-color: #ABA383;
}
</style>
border-color css
<style>
span { border-color: #ABA383; }
span { border-color: rgb(171,163,131); }
td.TdClassName
{
border-color: #ABA383;
}
.TagClassName
{
border-color: #ABA383;
}
</style>