Shades of Neutral Green #ABAB86
Tints of Neutral Green #ABAB86
RGB
CMYK
RGB Variations
Color information
#ABAB86 (or 0xABAB86) is known color: Neutral Green. HEX triplet: AB, AB and 86. RGB value is (171,171,134). Sum of RGB (Red+Green+Blue) = 171+171+134=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB86 is #545479. Grayscale: #A6A6A6. Windows color (decimal): -5526650 or 8825771. OLE color: 8825771.
HSL color Cylindrical-coordinate representation of color #ABAB86: hue angle of 60º 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 #ABAB86 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 134 | - |
| CMYK | 0 | 0 | 0.22 | 0.33 |
| HSL | 60º | 0.18% | 0.6% | - |
| HSV(B) | 60º | 0.22% | 0.67% | - |
| XYZ | 35.66 | 39.5 | 28.3 | - |
| YUV | 166.78 | 109.5 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 134 | 0 | 0 | 0.22 | 0.33 | 60 | 0.18 | 0.6 |
| Hex | AB | AB | 86 | 0 | 0 | 16 | 21 | 3C | 12 | 3C |
| Octal | 253 | 253 | 206 | 0 | 0 | 26 | 41 | 74 | 22 | 74 |
| Binary | 10101011 | 10101011 | 10000110 | 0 | 0 | 10110 | 100001 | 111100 | 10010 | 111100 |
Color Harmonies of #ABAB86
Complementary color
Monochromatic Colors of #ABAB86
Black with #ABAB86
Text Example
Text Example
White with #ABAB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB86; }
p { color: rgb(171,171,134); }
H1.HeaderClassName
{
color: #ABAB86;
}
.AnyTagClassName
{
color: #ABAB86;
}
</style>
background-color css
<style>
a { background-color: #ABAB86; }
a { background-color: rgb(171,171,134); }
div.DivClassName
{
background-color: #ABAB86;
}
.BgClassName
{
background-color: #ABAB86;
}
</style>
border-color css
<style>
span { border-color: #ABAB86; }
span { border-color: rgb(171,171,134); }
td.TdClassName
{
border-color: #ABAB86;
}
.TagClassName
{
border-color: #ABAB86;
}
</style>