Shades of Green Spring #ADBA95
Tints of Green Spring #ADBA95
RGB
CMYK
RGB Variations
Color information
#ADBA95 (or 0xADBA95) is known color: Green Spring. HEX triplet: AD, BA and 95. RGB value is (173,186,149). Sum of RGB (Red+Green+Blue) = 173+186+149=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA95 is #52456A. Grayscale: #B2B2B2. Windows color (decimal): -5391723 or 9812653. OLE color: 9812653.
HSL color Cylindrical-coordinate representation of color #ADBA95: hue angle of 81.08º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADBA95 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 149 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.27 |
| HSL | 81.08º | 0.21% | 0.66% | - |
| HSV(B) | 81.08º | 0.2% | 0.73% | - |
| XYZ | 40.22 | 46.17 | 35.23 | - |
| YUV | 177.9 | 111.69 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 149 | 0.07 | 0 | 0.20 | 0.27 | 81.08 | 0.21 | 0.66 |
| Hex | AD | BA | 95 | 7 | 0 | 14 | 1B | 51 | 15 | 42 |
| Octal | 255 | 272 | 225 | 7 | 0 | 24 | 33 | 121 | 25 | 102 |
| Binary | 10101101 | 10111010 | 10010101 | 111 | 0 | 10100 | 11011 | 1010001 | 10101 | 1000010 |
Color Harmonies of #ADBA95
Complementary color
Monochromatic Colors of #ADBA95
Black with #ADBA95
Text Example
Text Example
White with #ADBA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA95; }
p { color: rgb(173,186,149); }
H1.HeaderClassName
{
color: #ADBA95;
}
.AnyTagClassName
{
color: #ADBA95;
}
</style>
background-color css
<style>
a { background-color: #ADBA95; }
a { background-color: rgb(173,186,149); }
div.DivClassName
{
background-color: #ADBA95;
}
.BgClassName
{
background-color: #ADBA95;
}
</style>
border-color css
<style>
span { border-color: #ADBA95; }
span { border-color: rgb(173,186,149); }
td.TdClassName
{
border-color: #ADBA95;
}
.TagClassName
{
border-color: #ADBA95;
}
</style>