Shades of Green Spring #ADB58C
Tints of Green Spring #ADB58C
RGB
CMYK
RGB Variations
Color information
#ADB58C (or 0xADB58C) is known color: Green Spring. HEX triplet: AD, B5 and 8C. RGB value is (173,181,140). Sum of RGB (Red+Green+Blue) = 173+181+140=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB58C is #524A73. Grayscale: #AEAEAE. Windows color (decimal): -5393012 or 9221549. OLE color: 9221549.
HSL color Cylindrical-coordinate representation of color #ADB58C: hue angle of 71.71º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADB58C is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 140 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.29 |
| HSL | 71.71º | 0.22% | 0.63% | - |
| HSV(B) | 71.71º | 0.23% | 0.71% | - |
| XYZ | 38.49 | 43.83 | 31.24 | - |
| YUV | 173.93 | 108.85 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 140 | 0.04 | 0 | 0.23 | 0.29 | 71.71 | 0.22 | 0.63 |
| Hex | AD | B5 | 8C | 4 | 0 | 17 | 1D | 48 | 16 | 3F |
| Octal | 255 | 265 | 214 | 4 | 0 | 27 | 35 | 110 | 26 | 77 |
| Binary | 10101101 | 10110101 | 10001100 | 100 | 0 | 10111 | 11101 | 1001000 | 10110 | 111111 |
Color Harmonies of #ADB58C
Complementary color
Monochromatic Colors of #ADB58C
Black with #ADB58C
Text Example
Text Example
White with #ADB58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB58C; }
p { color: rgb(173,181,140); }
H1.HeaderClassName
{
color: #ADB58C;
}
.AnyTagClassName
{
color: #ADB58C;
}
</style>
background-color css
<style>
a { background-color: #ADB58C; }
a { background-color: rgb(173,181,140); }
div.DivClassName
{
background-color: #ADB58C;
}
.BgClassName
{
background-color: #ADB58C;
}
</style>
border-color css
<style>
span { border-color: #ADB58C; }
span { border-color: rgb(173,181,140); }
td.TdClassName
{
border-color: #ADB58C;
}
.TagClassName
{
border-color: #ADB58C;
}
</style>