Shades of Neutral Green #ADA982
Tints of Neutral Green #ADA982
RGB
CMYK
RGB Variations
Color information
#ADA982 (or 0xADA982) is known color: Neutral Green. HEX triplet: AD, A9 and 82. RGB value is (173,169,130). Sum of RGB (Red+Green+Blue) = 173+169+130=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA982 is #52567D. Grayscale: #A5A5A5. Windows color (decimal): -5396094 or 8563117. OLE color: 8563117.
HSL color Cylindrical-coordinate representation of color #ADA982: hue angle of 54.42º 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 #ADA982 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 130 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.32 |
| HSL | 54.42º | 0.21% | 0.59% | - |
| HSV(B) | 54.42º | 0.25% | 0.68% | - |
| XYZ | 35.45 | 38.87 | 26.75 | - |
| YUV | 165.75 | 107.83 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 130 | 0 | 0.02 | 0.25 | 0.32 | 54.42 | 0.21 | 0.59 |
| Hex | AD | A9 | 82 | 0 | 2 | 19 | 20 | 36 | 15 | 3B |
| Octal | 255 | 251 | 202 | 0 | 2 | 31 | 40 | 66 | 25 | 73 |
| Binary | 10101101 | 10101001 | 10000010 | 0 | 10 | 11001 | 100000 | 110110 | 10101 | 111011 |
Color Harmonies of #ADA982
Complementary color
Monochromatic Colors of #ADA982
Black with #ADA982
Text Example
Text Example
White with #ADA982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA982; }
p { color: rgb(173,169,130); }
H1.HeaderClassName
{
color: #ADA982;
}
.AnyTagClassName
{
color: #ADA982;
}
</style>
background-color css
<style>
a { background-color: #ADA982; }
a { background-color: rgb(173,169,130); }
div.DivClassName
{
background-color: #ADA982;
}
.BgClassName
{
background-color: #ADA982;
}
</style>
border-color css
<style>
span { border-color: #ADA982; }
span { border-color: rgb(173,169,130); }
td.TdClassName
{
border-color: #ADA982;
}
.TagClassName
{
border-color: #ADA982;
}
</style>