Shades of Green Spring #ADB097
Tints of Green Spring #ADB097
RGB
CMYK
RGB Variations
Color information
#ADB097 (or 0xADB097) is known color: Green Spring. HEX triplet: AD, B0 and 97. RGB value is (173,176,151). Sum of RGB (Red+Green+Blue) = 173+176+151=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB097 is #524F68. Grayscale: #ACACAC. Windows color (decimal): -5394281 or 9941165. OLE color: 9941165.
HSL color Cylindrical-coordinate representation of color #ADB097: hue angle of 67.2º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADB097 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 151 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.31 |
| HSL | 67.2º | 0.14% | 0.64% | - |
| HSV(B) | 67.2º | 0.14% | 0.69% | - |
| XYZ | 38.34 | 42.17 | 35.4 | - |
| YUV | 172.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 151 | 0.02 | 0 | 0.14 | 0.31 | 67.2 | 0.14 | 0.64 |
| Hex | AD | B0 | 97 | 2 | 0 | E | 1F | 43 | E | 40 |
| Octal | 255 | 260 | 227 | 2 | 0 | 16 | 37 | 103 | 16 | 100 |
| Binary | 10101101 | 10110000 | 10010111 | 10 | 0 | 1110 | 11111 | 1000011 | 1110 | 1000000 |
Color Harmonies of #ADB097
Complementary color
Monochromatic Colors of #ADB097
Black with #ADB097
Text Example
Text Example
White with #ADB097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB097; }
p { color: rgb(173,176,151); }
H1.HeaderClassName
{
color: #ADB097;
}
.AnyTagClassName
{
color: #ADB097;
}
</style>
background-color css
<style>
a { background-color: #ADB097; }
a { background-color: rgb(173,176,151); }
div.DivClassName
{
background-color: #ADB097;
}
.BgClassName
{
background-color: #ADB097;
}
</style>
border-color css
<style>
span { border-color: #ADB097; }
span { border-color: rgb(173,176,151); }
td.TdClassName
{
border-color: #ADB097;
}
.TagClassName
{
border-color: #ADB097;
}
</style>