Shades of Green Spring #ADBA96
Tints of Green Spring #ADBA96
RGB
CMYK
RGB Variations
Color information
#ADBA96 (or 0xADBA96) is known color: Green Spring. HEX triplet: AD, BA and 96. RGB value is (173,186,150). Sum of RGB (Red+Green+Blue) = 173+186+150=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA96 is #524569. Grayscale: #B2B2B2. Windows color (decimal): -5391722 or 9878189. OLE color: 9878189.
HSL color Cylindrical-coordinate representation of color #ADBA96: hue angle of 81.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADBA96 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 150 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.27 |
| HSL | 81.67º | 0.21% | 0.66% | - |
| HSV(B) | 81.67º | 0.19% | 0.73% | - |
| XYZ | 40.3 | 46.2 | 35.65 | - |
| YUV | 178.01 | 112.19 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 150 | 0.07 | 0 | 0.19 | 0.27 | 81.67 | 0.21 | 0.66 |
| Hex | AD | BA | 96 | 7 | 0 | 13 | 1B | 52 | 15 | 42 |
| Octal | 255 | 272 | 226 | 7 | 0 | 23 | 33 | 122 | 25 | 102 |
| Binary | 10101101 | 10111010 | 10010110 | 111 | 0 | 10011 | 11011 | 1010010 | 10101 | 1000010 |
Color Harmonies of #ADBA96
Complementary color
Monochromatic Colors of #ADBA96
Black with #ADBA96
Text Example
Text Example
White with #ADBA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA96; }
p { color: rgb(173,186,150); }
H1.HeaderClassName
{
color: #ADBA96;
}
.AnyTagClassName
{
color: #ADBA96;
}
</style>
background-color css
<style>
a { background-color: #ADBA96; }
a { background-color: rgb(173,186,150); }
div.DivClassName
{
background-color: #ADBA96;
}
.BgClassName
{
background-color: #ADBA96;
}
</style>
border-color css
<style>
span { border-color: #ADBA96; }
span { border-color: rgb(173,186,150); }
td.TdClassName
{
border-color: #ADBA96;
}
.TagClassName
{
border-color: #ADBA96;
}
</style>