Shades of Green Spring #ADB792
Tints of Green Spring #ADB792
RGB
CMYK
RGB Variations
Color information
#ADB792 (or 0xADB792) is known color: Green Spring. HEX triplet: AD, B7 and 92. RGB value is (173,183,146). Sum of RGB (Red+Green+Blue) = 173+183+146=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB792 is #52486D. Grayscale: #AFAFAF. Windows color (decimal): -5392494 or 9615277. OLE color: 9615277.
HSL color Cylindrical-coordinate representation of color #ADB792: hue angle of 76.22º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADB792 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 146 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.28 |
| HSL | 76.22º | 0.2% | 0.65% | - |
| HSV(B) | 76.22º | 0.2% | 0.72% | - |
| XYZ | 39.36 | 44.83 | 33.77 | - |
| YUV | 175.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 146 | 0.05 | 0 | 0.20 | 0.28 | 76.22 | 0.2 | 0.65 |
| Hex | AD | B7 | 92 | 5 | 0 | 14 | 1C | 4C | 14 | 41 |
| Octal | 255 | 267 | 222 | 5 | 0 | 24 | 34 | 114 | 24 | 101 |
| Binary | 10101101 | 10110111 | 10010010 | 101 | 0 | 10100 | 11100 | 1001100 | 10100 | 1000001 |
Color Harmonies of #ADB792
Complementary color
Monochromatic Colors of #ADB792
Black with #ADB792
Text Example
Text Example
White with #ADB792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB792; }
p { color: rgb(173,183,146); }
H1.HeaderClassName
{
color: #ADB792;
}
.AnyTagClassName
{
color: #ADB792;
}
</style>
background-color css
<style>
a { background-color: #ADB792; }
a { background-color: rgb(173,183,146); }
div.DivClassName
{
background-color: #ADB792;
}
.BgClassName
{
background-color: #ADB792;
}
</style>
border-color css
<style>
span { border-color: #ADB792; }
span { border-color: rgb(173,183,146); }
td.TdClassName
{
border-color: #ADB792;
}
.TagClassName
{
border-color: #ADB792;
}
</style>