Shades of Green Spring #ADB391
Tints of Green Spring #ADB391
RGB
CMYK
RGB Variations
Color information
#ADB391 (or 0xADB391) is known color: Green Spring. HEX triplet: AD, B3 and 91. RGB value is (173,179,145). Sum of RGB (Red+Green+Blue) = 173+179+145=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB391 is #524C6E. Grayscale: #ADADAD. Windows color (decimal): -5393519 or 9548717. OLE color: 9548717.
HSL color Cylindrical-coordinate representation of color #ADB391: hue angle of 70.59º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADB391 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 145 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.30 |
| HSL | 70.59º | 0.18% | 0.64% | - |
| HSV(B) | 70.59º | 0.19% | 0.7% | - |
| XYZ | 38.46 | 43.17 | 33.09 | - |
| YUV | 173.33 | 112.01 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 145 | 0.03 | 0 | 0.19 | 0.30 | 70.59 | 0.18 | 0.64 |
| Hex | AD | B3 | 91 | 3 | 0 | 13 | 1E | 47 | 12 | 40 |
| Octal | 255 | 263 | 221 | 3 | 0 | 23 | 36 | 107 | 22 | 100 |
| Binary | 10101101 | 10110011 | 10010001 | 11 | 0 | 10011 | 11110 | 1000111 | 10010 | 1000000 |
Color Harmonies of #ADB391
Complementary color
Monochromatic Colors of #ADB391
Black with #ADB391
Text Example
Text Example
White with #ADB391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB391; }
p { color: rgb(173,179,145); }
H1.HeaderClassName
{
color: #ADB391;
}
.AnyTagClassName
{
color: #ADB391;
}
</style>
background-color css
<style>
a { background-color: #ADB391; }
a { background-color: rgb(173,179,145); }
div.DivClassName
{
background-color: #ADB391;
}
.BgClassName
{
background-color: #ADB391;
}
</style>
border-color css
<style>
span { border-color: #ADB391; }
span { border-color: rgb(173,179,145); }
td.TdClassName
{
border-color: #ADB391;
}
.TagClassName
{
border-color: #ADB391;
}
</style>