Shades of Neutral Green #ADAB83
Tints of Neutral Green #ADAB83
RGB
CMYK
RGB Variations
Color information
#ADAB83 (or 0xADAB83) is known color: Neutral Green. HEX triplet: AD, AB and 83. RGB value is (173,171,131). Sum of RGB (Red+Green+Blue) = 173+171+131=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB83 is #52547C. Grayscale: #A7A7A7. Windows color (decimal): -5395581 or 8629165. OLE color: 8629165.
HSL color Cylindrical-coordinate representation of color #ADAB83: hue angle of 57.14º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADAB83 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 131 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.32 |
| HSL | 57.14º | 0.2% | 0.6% | - |
| HSV(B) | 57.14º | 0.24% | 0.68% | - |
| XYZ | 35.89 | 39.65 | 27.23 | - |
| YUV | 167.04 | 107.66 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 131 | 0 | 0.01 | 0.24 | 0.32 | 57.14 | 0.2 | 0.6 |
| Hex | AD | AB | 83 | 0 | 1 | 18 | 20 | 39 | 14 | 3C |
| Octal | 255 | 253 | 203 | 0 | 1 | 30 | 40 | 71 | 24 | 74 |
| Binary | 10101101 | 10101011 | 10000011 | 0 | 1 | 11000 | 100000 | 111001 | 10100 | 111100 |
Color Harmonies of #ADAB83
Complementary color
Monochromatic Colors of #ADAB83
Black with #ADAB83
Text Example
Text Example
White with #ADAB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB83; }
p { color: rgb(173,171,131); }
H1.HeaderClassName
{
color: #ADAB83;
}
.AnyTagClassName
{
color: #ADAB83;
}
</style>
background-color css
<style>
a { background-color: #ADAB83; }
a { background-color: rgb(173,171,131); }
div.DivClassName
{
background-color: #ADAB83;
}
.BgClassName
{
background-color: #ADAB83;
}
</style>
border-color css
<style>
span { border-color: #ADAB83; }
span { border-color: rgb(173,171,131); }
td.TdClassName
{
border-color: #ADAB83;
}
.TagClassName
{
border-color: #ADAB83;
}
</style>