Shades of Green Spring #ADB693
Tints of Green Spring #ADB693
RGB
CMYK
RGB Variations
Color information
#ADB693 (or 0xADB693) is known color: Green Spring. HEX triplet: AD, B6 and 93. RGB value is (173,182,147). Sum of RGB (Red+Green+Blue) = 173+182+147=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB693 is #52496C. Grayscale: #AFAFAF. Windows color (decimal): -5392749 or 9680557. OLE color: 9680557.
HSL color Cylindrical-coordinate representation of color #ADB693: hue angle of 75.43º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADB693 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 147 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.29 |
| HSL | 75.43º | 0.19% | 0.65% | - |
| HSV(B) | 75.43º | 0.19% | 0.71% | - |
| XYZ | 39.23 | 44.45 | 34.12 | - |
| YUV | 175.32 | 112.02 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 147 | 0.05 | 0 | 0.19 | 0.29 | 75.43 | 0.19 | 0.65 |
| Hex | AD | B6 | 93 | 5 | 0 | 13 | 1D | 4B | 13 | 41 |
| Octal | 255 | 266 | 223 | 5 | 0 | 23 | 35 | 113 | 23 | 101 |
| Binary | 10101101 | 10110110 | 10010011 | 101 | 0 | 10011 | 11101 | 1001011 | 10011 | 1000001 |
Color Harmonies of #ADB693
Complementary color
Monochromatic Colors of #ADB693
Black with #ADB693
Text Example
Text Example
White with #ADB693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB693; }
p { color: rgb(173,182,147); }
H1.HeaderClassName
{
color: #ADB693;
}
.AnyTagClassName
{
color: #ADB693;
}
</style>
background-color css
<style>
a { background-color: #ADB693; }
a { background-color: rgb(173,182,147); }
div.DivClassName
{
background-color: #ADB693;
}
.BgClassName
{
background-color: #ADB693;
}
</style>
border-color css
<style>
span { border-color: #ADB693; }
span { border-color: rgb(173,182,147); }
td.TdClassName
{
border-color: #ADB693;
}
.TagClassName
{
border-color: #ADB693;
}
</style>