Shades of Green Spring #ADB195
Tints of Green Spring #ADB195
RGB
CMYK
RGB Variations
Color information
#ADB195 (or 0xADB195) is known color: Green Spring. HEX triplet: AD, B1 and 95. RGB value is (173,177,149). Sum of RGB (Red+Green+Blue) = 173+177+149=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB195 is #524E6A. Grayscale: #ACACAC. Windows color (decimal): -5394027 or 9810349. OLE color: 9810349.
HSL color Cylindrical-coordinate representation of color #ADB195: hue angle of 68.57º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADB195 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 149 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.31 |
| HSL | 68.57º | 0.15% | 0.64% | - |
| HSV(B) | 68.57º | 0.16% | 0.69% | - |
| XYZ | 38.38 | 42.5 | 34.61 | - |
| YUV | 172.61 | 114.67 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 149 | 0.02 | 0 | 0.16 | 0.31 | 68.57 | 0.15 | 0.64 |
| Hex | AD | B1 | 95 | 2 | 0 | 10 | 1F | 45 | F | 40 |
| Octal | 255 | 261 | 225 | 2 | 0 | 20 | 37 | 105 | 17 | 100 |
| Binary | 10101101 | 10110001 | 10010101 | 10 | 0 | 10000 | 11111 | 1000101 | 1111 | 1000000 |
Color Harmonies of #ADB195
Complementary color
Monochromatic Colors of #ADB195
Black with #ADB195
Text Example
Text Example
White with #ADB195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB195; }
p { color: rgb(173,177,149); }
H1.HeaderClassName
{
color: #ADB195;
}
.AnyTagClassName
{
color: #ADB195;
}
</style>
background-color css
<style>
a { background-color: #ADB195; }
a { background-color: rgb(173,177,149); }
div.DivClassName
{
background-color: #ADB195;
}
.BgClassName
{
background-color: #ADB195;
}
</style>
border-color css
<style>
span { border-color: #ADB195; }
span { border-color: rgb(173,177,149); }
td.TdClassName
{
border-color: #ADB195;
}
.TagClassName
{
border-color: #ADB195;
}
</style>