Shades of Green Spring #ADBB92
Tints of Green Spring #ADBB92
RGB
CMYK
RGB Variations
Color information
#ADBB92 (or 0xADBB92) is known color: Green Spring. HEX triplet: AD, BB and 92. RGB value is (173,187,146). Sum of RGB (Red+Green+Blue) = 173+187+146=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBB92 is #52446D. Grayscale: #B2B2B2. Windows color (decimal): -5391470 or 9616301. OLE color: 9616301.
HSL color Cylindrical-coordinate representation of color #ADBB92: hue angle of 80.49º 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 #ADBB92 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 146 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.27 |
| HSL | 80.49º | 0.23% | 0.65% | - |
| HSV(B) | 80.49º | 0.22% | 0.73% | - |
| XYZ | 40.19 | 46.5 | 34.05 | - |
| YUV | 178.14 | 109.86 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 146 | 0.07 | 0 | 0.22 | 0.27 | 80.49 | 0.23 | 0.65 |
| Hex | AD | BB | 92 | 7 | 0 | 16 | 1B | 50 | 17 | 41 |
| Octal | 255 | 273 | 222 | 7 | 0 | 26 | 33 | 120 | 27 | 101 |
| Binary | 10101101 | 10111011 | 10010010 | 111 | 0 | 10110 | 11011 | 1010000 | 10111 | 1000001 |
Color Harmonies of #ADBB92
Complementary color
Monochromatic Colors of #ADBB92
Black with #ADBB92
Text Example
Text Example
White with #ADBB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB92; }
p { color: rgb(173,187,146); }
H1.HeaderClassName
{
color: #ADBB92;
}
.AnyTagClassName
{
color: #ADBB92;
}
</style>
background-color css
<style>
a { background-color: #ADBB92; }
a { background-color: rgb(173,187,146); }
div.DivClassName
{
background-color: #ADBB92;
}
.BgClassName
{
background-color: #ADBB92;
}
</style>
border-color css
<style>
span { border-color: #ADBB92; }
span { border-color: rgb(173,187,146); }
td.TdClassName
{
border-color: #ADBB92;
}
.TagClassName
{
border-color: #ADBB92;
}
</style>