Shades of Green Spring #ADBA93
Tints of Green Spring #ADBA93
RGB
CMYK
RGB Variations
Color information
#ADBA93 (or 0xADBA93) is known color: Green Spring. HEX triplet: AD, BA and 93. RGB value is (173,186,147). Sum of RGB (Red+Green+Blue) = 173+186+147=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA93 is #52456C. Grayscale: #B1B1B1. Windows color (decimal): -5391725 or 9681581. OLE color: 9681581.
HSL color Cylindrical-coordinate representation of color #ADBA93: hue angle of 80º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADBA93 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 147 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.27 |
| HSL | 80º | 0.22% | 0.65% | - |
| HSV(B) | 80º | 0.21% | 0.73% | - |
| XYZ | 40.06 | 46.11 | 34.39 | - |
| YUV | 177.67 | 110.69 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 147 | 0.07 | 0 | 0.21 | 0.27 | 80 | 0.22 | 0.65 |
| Hex | AD | BA | 93 | 7 | 0 | 15 | 1B | 50 | 16 | 41 |
| Octal | 255 | 272 | 223 | 7 | 0 | 25 | 33 | 120 | 26 | 101 |
| Binary | 10101101 | 10111010 | 10010011 | 111 | 0 | 10101 | 11011 | 1010000 | 10110 | 1000001 |
Color Harmonies of #ADBA93
Complementary color
Monochromatic Colors of #ADBA93
Black with #ADBA93
Text Example
Text Example
White with #ADBA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA93; }
p { color: rgb(173,186,147); }
H1.HeaderClassName
{
color: #ADBA93;
}
.AnyTagClassName
{
color: #ADBA93;
}
</style>
background-color css
<style>
a { background-color: #ADBA93; }
a { background-color: rgb(173,186,147); }
div.DivClassName
{
background-color: #ADBA93;
}
.BgClassName
{
background-color: #ADBA93;
}
</style>
border-color css
<style>
span { border-color: #ADBA93; }
span { border-color: rgb(173,186,147); }
td.TdClassName
{
border-color: #ADBA93;
}
.TagClassName
{
border-color: #ADBA93;
}
</style>