Shades of Green Spring #ADBB93
Tints of Green Spring #ADBB93
RGB
CMYK
RGB Variations
Color information
#ADBB93 (or 0xADBB93) is known color: Green Spring. HEX triplet: AD, BB and 93. RGB value is (173,187,147). Sum of RGB (Red+Green+Blue) = 173+187+147=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBB93 is #52446C. Grayscale: #B2B2B2. Windows color (decimal): -5391469 or 9681837. OLE color: 9681837.
HSL color Cylindrical-coordinate representation of color #ADBB93: hue angle of 81º degrees, saturation: 0.23, 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 #ADBB93 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 147 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.27 |
| HSL | 81º | 0.23% | 0.65% | - |
| HSV(B) | 81º | 0.21% | 0.73% | - |
| XYZ | 40.27 | 46.53 | 34.46 | - |
| YUV | 178.25 | 110.36 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 147 | 0.07 | 0 | 0.21 | 0.27 | 81 | 0.23 | 0.65 |
| Hex | AD | BB | 93 | 7 | 0 | 15 | 1B | 51 | 17 | 41 |
| Octal | 255 | 273 | 223 | 7 | 0 | 25 | 33 | 121 | 27 | 101 |
| Binary | 10101101 | 10111011 | 10010011 | 111 | 0 | 10101 | 11011 | 1010001 | 10111 | 1000001 |
Color Harmonies of #ADBB93
Complementary color
Monochromatic Colors of #ADBB93
Black with #ADBB93
Text Example
Text Example
White with #ADBB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB93; }
p { color: rgb(173,187,147); }
H1.HeaderClassName
{
color: #ADBB93;
}
.AnyTagClassName
{
color: #ADBB93;
}
</style>
background-color css
<style>
a { background-color: #ADBB93; }
a { background-color: rgb(173,187,147); }
div.DivClassName
{
background-color: #ADBB93;
}
.BgClassName
{
background-color: #ADBB93;
}
</style>
border-color css
<style>
span { border-color: #ADBB93; }
span { border-color: rgb(173,187,147); }
td.TdClassName
{
border-color: #ADBB93;
}
.TagClassName
{
border-color: #ADBB93;
}
</style>