Shades of Green Spring #ADBA99
Tints of Green Spring #ADBA99
RGB
CMYK
RGB Variations
Color information
#ADBA99 (or 0xADBA99) is known color: Green Spring. HEX triplet: AD, BA and 99. RGB value is (173,186,153). Sum of RGB (Red+Green+Blue) = 173+186+153=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA99 is #524566. Grayscale: #B2B2B2. Windows color (decimal): -5391719 or 10074797. OLE color: 10074797.
HSL color Cylindrical-coordinate representation of color #ADBA99: hue angle of 83.64º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADBA99 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 153 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.27 |
| HSL | 83.64º | 0.19% | 0.66% | - |
| HSV(B) | 83.64º | 0.18% | 0.73% | - |
| XYZ | 40.54 | 46.3 | 36.94 | - |
| YUV | 178.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 153 | 0.07 | 0 | 0.18 | 0.27 | 83.64 | 0.19 | 0.66 |
| Hex | AD | BA | 99 | 7 | 0 | 12 | 1B | 54 | 13 | 42 |
| Octal | 255 | 272 | 231 | 7 | 0 | 22 | 33 | 124 | 23 | 102 |
| Binary | 10101101 | 10111010 | 10011001 | 111 | 0 | 10010 | 11011 | 1010100 | 10011 | 1000010 |
Color Harmonies of #ADBA99
Complementary color
Monochromatic Colors of #ADBA99
Black with #ADBA99
Text Example
Text Example
White with #ADBA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA99; }
p { color: rgb(173,186,153); }
H1.HeaderClassName
{
color: #ADBA99;
}
.AnyTagClassName
{
color: #ADBA99;
}
</style>
background-color css
<style>
a { background-color: #ADBA99; }
a { background-color: rgb(173,186,153); }
div.DivClassName
{
background-color: #ADBA99;
}
.BgClassName
{
background-color: #ADBA99;
}
</style>
border-color css
<style>
span { border-color: #ADBA99; }
span { border-color: rgb(173,186,153); }
td.TdClassName
{
border-color: #ADBA99;
}
.TagClassName
{
border-color: #ADBA99;
}
</style>