Shades of Green Spring #ADB59E
Tints of Green Spring #ADB59E
RGB
CMYK
RGB Variations
Color information
#ADB59E (or 0xADB59E) is known color: Green Spring. HEX triplet: AD, B5 and 9E. RGB value is (173,181,158). Sum of RGB (Red+Green+Blue) = 173+181+158=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB59E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB59E is #524A61. Grayscale: #B0B0B0. Windows color (decimal): -5392994 or 10401197. OLE color: 10401197.
HSL color Cylindrical-coordinate representation of color #ADB59E: hue angle of 80.87º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADB59E is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 158 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.29 |
| HSL | 80.87º | 0.13% | 0.66% | - |
| HSV(B) | 80.87º | 0.13% | 0.71% | - |
| XYZ | 39.93 | 44.4 | 38.81 | - |
| YUV | 175.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 158 | 0.04 | 0 | 0.13 | 0.29 | 80.87 | 0.13 | 0.66 |
| Hex | AD | B5 | 9E | 4 | 0 | D | 1D | 51 | D | 42 |
| Octal | 255 | 265 | 236 | 4 | 0 | 15 | 35 | 121 | 15 | 102 |
| Binary | 10101101 | 10110101 | 10011110 | 100 | 0 | 1101 | 11101 | 1010001 | 1101 | 1000010 |
Color Harmonies of #ADB59E
Complementary color
Monochromatic Colors of #ADB59E
Black with #ADB59E
Text Example
Text Example
White with #ADB59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB59E; }
p { color: rgb(173,181,158); }
H1.HeaderClassName
{
color: #ADB59E;
}
.AnyTagClassName
{
color: #ADB59E;
}
</style>
background-color css
<style>
a { background-color: #ADB59E; }
a { background-color: rgb(173,181,158); }
div.DivClassName
{
background-color: #ADB59E;
}
.BgClassName
{
background-color: #ADB59E;
}
</style>
border-color css
<style>
span { border-color: #ADB59E; }
span { border-color: rgb(173,181,158); }
td.TdClassName
{
border-color: #ADB59E;
}
.TagClassName
{
border-color: #ADB59E;
}
</style>