Shades of Neutral Green #ADAB82
Tints of Neutral Green #ADAB82
RGB
CMYK
RGB Variations
Color information
#ADAB82 (or 0xADAB82) is known color: Neutral Green. HEX triplet: AD, AB and 82. RGB value is (173,171,130). Sum of RGB (Red+Green+Blue) = 173+171+130=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB82 is #52547D. Grayscale: #A7A7A7. Windows color (decimal): -5395582 or 8563629. OLE color: 8563629.
HSL color Cylindrical-coordinate representation of color #ADAB82: hue angle of 57.21º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADAB82 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 130 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.32 |
| HSL | 57.21º | 0.21% | 0.59% | - |
| HSV(B) | 57.21º | 0.25% | 0.68% | - |
| XYZ | 35.83 | 39.62 | 26.88 | - |
| YUV | 166.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 130 | 0 | 0.01 | 0.25 | 0.32 | 57.21 | 0.21 | 0.59 |
| Hex | AD | AB | 82 | 0 | 1 | 19 | 20 | 39 | 15 | 3B |
| Octal | 255 | 253 | 202 | 0 | 1 | 31 | 40 | 71 | 25 | 73 |
| Binary | 10101101 | 10101011 | 10000010 | 0 | 1 | 11001 | 100000 | 111001 | 10101 | 111011 |
Color Harmonies of #ADAB82
Complementary color
Monochromatic Colors of #ADAB82
Black with #ADAB82
Text Example
Text Example
White with #ADAB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB82; }
p { color: rgb(173,171,130); }
H1.HeaderClassName
{
color: #ADAB82;
}
.AnyTagClassName
{
color: #ADAB82;
}
</style>
background-color css
<style>
a { background-color: #ADAB82; }
a { background-color: rgb(173,171,130); }
div.DivClassName
{
background-color: #ADAB82;
}
.BgClassName
{
background-color: #ADAB82;
}
</style>
border-color css
<style>
span { border-color: #ADAB82; }
span { border-color: rgb(173,171,130); }
td.TdClassName
{
border-color: #ADAB82;
}
.TagClassName
{
border-color: #ADAB82;
}
</style>