Shades of Green Spring #ADBA91
Tints of Green Spring #ADBA91
RGB
CMYK
RGB Variations
Color information
#ADBA91 (or 0xADBA91) is known color: Green Spring. HEX triplet: AD, BA and 91. RGB value is (173,186,145). Sum of RGB (Red+Green+Blue) = 173+186+145=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA91 is #52456E. Grayscale: #B1B1B1. Windows color (decimal): -5391727 or 9550509. OLE color: 9550509.
HSL color Cylindrical-coordinate representation of color #ADBA91: hue angle of 79.02º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADBA91 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 145 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.27 |
| HSL | 79.02º | 0.23% | 0.65% | - |
| HSV(B) | 79.02º | 0.22% | 0.73% | - |
| XYZ | 39.9 | 46.05 | 33.57 | - |
| YUV | 177.44 | 109.69 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 145 | 0.07 | 0 | 0.22 | 0.27 | 79.02 | 0.23 | 0.65 |
| Hex | AD | BA | 91 | 7 | 0 | 16 | 1B | 4F | 17 | 41 |
| Octal | 255 | 272 | 221 | 7 | 0 | 26 | 33 | 117 | 27 | 101 |
| Binary | 10101101 | 10111010 | 10010001 | 111 | 0 | 10110 | 11011 | 1001111 | 10111 | 1000001 |
Color Harmonies of #ADBA91
Complementary color
Monochromatic Colors of #ADBA91
Black with #ADBA91
Text Example
Text Example
White with #ADBA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA91; }
p { color: rgb(173,186,145); }
H1.HeaderClassName
{
color: #ADBA91;
}
.AnyTagClassName
{
color: #ADBA91;
}
</style>
background-color css
<style>
a { background-color: #ADBA91; }
a { background-color: rgb(173,186,145); }
div.DivClassName
{
background-color: #ADBA91;
}
.BgClassName
{
background-color: #ADBA91;
}
</style>
border-color css
<style>
span { border-color: #ADBA91; }
span { border-color: rgb(173,186,145); }
td.TdClassName
{
border-color: #ADBA91;
}
.TagClassName
{
border-color: #ADBA91;
}
</style>