Shades of Green Spring #ADB197
Tints of Green Spring #ADB197
RGB
CMYK
RGB Variations
Color information
#ADB197 (or 0xADB197) is known color: Green Spring. HEX triplet: AD, B1 and 97. RGB value is (173,177,151). Sum of RGB (Red+Green+Blue) = 173+177+151=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB197 is #524E68. Grayscale: #ACACAC. Windows color (decimal): -5394025 or 9941421. OLE color: 9941421.
HSL color Cylindrical-coordinate representation of color #ADB197: hue angle of 69.23º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADB197 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 151 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.31 |
| HSL | 69.23º | 0.14% | 0.64% | - |
| HSV(B) | 69.23º | 0.15% | 0.69% | - |
| XYZ | 38.54 | 42.56 | 35.46 | - |
| YUV | 172.84 | 115.67 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 151 | 0.02 | 0 | 0.15 | 0.31 | 69.23 | 0.14 | 0.64 |
| Hex | AD | B1 | 97 | 2 | 0 | F | 1F | 45 | E | 40 |
| Octal | 255 | 261 | 227 | 2 | 0 | 17 | 37 | 105 | 16 | 100 |
| Binary | 10101101 | 10110001 | 10010111 | 10 | 0 | 1111 | 11111 | 1000101 | 1110 | 1000000 |
Color Harmonies of #ADB197
Complementary color
Monochromatic Colors of #ADB197
Black with #ADB197
Text Example
Text Example
White with #ADB197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB197; }
p { color: rgb(173,177,151); }
H1.HeaderClassName
{
color: #ADB197;
}
.AnyTagClassName
{
color: #ADB197;
}
</style>
background-color css
<style>
a { background-color: #ADB197; }
a { background-color: rgb(173,177,151); }
div.DivClassName
{
background-color: #ADB197;
}
.BgClassName
{
background-color: #ADB197;
}
</style>
border-color css
<style>
span { border-color: #ADB197; }
span { border-color: rgb(173,177,151); }
td.TdClassName
{
border-color: #ADB197;
}
.TagClassName
{
border-color: #ADB197;
}
</style>