Shades of Green Spring #ADBB91
Tints of Green Spring #ADBB91
RGB
CMYK
RGB Variations
Color information
#ADBB91 (or 0xADBB91) is known color: Green Spring. HEX triplet: AD, BB and 91. RGB value is (173,187,145). Sum of RGB (Red+Green+Blue) = 173+187+145=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBB91 is #52446E. Grayscale: #B2B2B2. Windows color (decimal): -5391471 or 9550765. OLE color: 9550765.
HSL color Cylindrical-coordinate representation of color #ADBB91: hue angle of 80º degrees, saturation: 0.24, 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 #ADBB91 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 145 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.27 |
| HSL | 80º | 0.24% | 0.65% | - |
| HSV(B) | 80º | 0.22% | 0.73% | - |
| XYZ | 40.11 | 46.47 | 33.64 | - |
| YUV | 178.03 | 109.36 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 145 | 0.07 | 0 | 0.22 | 0.27 | 80 | 0.24 | 0.65 |
| Hex | AD | BB | 91 | 7 | 0 | 16 | 1B | 50 | 18 | 41 |
| Octal | 255 | 273 | 221 | 7 | 0 | 26 | 33 | 120 | 30 | 101 |
| Binary | 10101101 | 10111011 | 10010001 | 111 | 0 | 10110 | 11011 | 1010000 | 11000 | 1000001 |
Color Harmonies of #ADBB91
Complementary color
Monochromatic Colors of #ADBB91
Black with #ADBB91
Text Example
Text Example
White with #ADBB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB91; }
p { color: rgb(173,187,145); }
H1.HeaderClassName
{
color: #ADBB91;
}
.AnyTagClassName
{
color: #ADBB91;
}
</style>
background-color css
<style>
a { background-color: #ADBB91; }
a { background-color: rgb(173,187,145); }
div.DivClassName
{
background-color: #ADBB91;
}
.BgClassName
{
background-color: #ADBB91;
}
</style>
border-color css
<style>
span { border-color: #ADBB91; }
span { border-color: rgb(173,187,145); }
td.TdClassName
{
border-color: #ADBB91;
}
.TagClassName
{
border-color: #ADBB91;
}
</style>