Shades of Neutral Green #ABAB85
Tints of Neutral Green #ABAB85
RGB
CMYK
RGB Variations
Color information
#ABAB85 (or 0xABAB85) is known color: Neutral Green. HEX triplet: AB, AB and 85. RGB value is (171,171,133). Sum of RGB (Red+Green+Blue) = 171+171+133=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB85 is #54547A. Grayscale: #A6A6A6. Windows color (decimal): -5526651 or 8760235. OLE color: 8760235.
HSL color Cylindrical-coordinate representation of color #ABAB85: 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 #ABAB85 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 133 | - |
| CMYK | 0 | 0 | 0.22 | 0.33 |
| HSL | 60º | 0.18% | 0.6% | - |
| HSV(B) | 60º | 0.22% | 0.67% | - |
| XYZ | 35.59 | 39.48 | 27.93 | - |
| YUV | 166.67 | 109 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 133 | 0 | 0 | 0.22 | 0.33 | 60 | 0.18 | 0.6 |
| Hex | AB | AB | 85 | 0 | 0 | 16 | 21 | 3C | 12 | 3C |
| Octal | 253 | 253 | 205 | 0 | 0 | 26 | 41 | 74 | 22 | 74 |
| Binary | 10101011 | 10101011 | 10000101 | 0 | 0 | 10110 | 100001 | 111100 | 10010 | 111100 |
Color Harmonies of #ABAB85
Complementary color
Monochromatic Colors of #ABAB85
Black with #ABAB85
Text Example
Text Example
White with #ABAB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB85; }
p { color: rgb(171,171,133); }
H1.HeaderClassName
{
color: #ABAB85;
}
.AnyTagClassName
{
color: #ABAB85;
}
</style>
background-color css
<style>
a { background-color: #ABAB85; }
a { background-color: rgb(171,171,133); }
div.DivClassName
{
background-color: #ABAB85;
}
.BgClassName
{
background-color: #ABAB85;
}
</style>
border-color css
<style>
span { border-color: #ABAB85; }
span { border-color: rgb(171,171,133); }
td.TdClassName
{
border-color: #ABAB85;
}
.TagClassName
{
border-color: #ABAB85;
}
</style>