Shades of Green Spring #ADB098
Tints of Green Spring #ADB098
RGB
CMYK
RGB Variations
Color information
#ADB098 (or 0xADB098) is known color: Green Spring. HEX triplet: AD, B0 and 98. RGB value is (173,176,152). Sum of RGB (Red+Green+Blue) = 173+176+152=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB098 is #524F67. Grayscale: #ACACAC. Windows color (decimal): -5394280 or 10006701. OLE color: 10006701.
HSL color Cylindrical-coordinate representation of color #ADB098: hue angle of 67.5º degrees, saturation: 0.13, 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 #ADB098 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 152 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.31 |
| HSL | 67.5º | 0.13% | 0.64% | - |
| HSV(B) | 67.5º | 0.14% | 0.69% | - |
| XYZ | 38.43 | 42.2 | 35.83 | - |
| YUV | 172.37 | 116.51 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 152 | 0.02 | 0 | 0.14 | 0.31 | 67.5 | 0.13 | 0.64 |
| Hex | AD | B0 | 98 | 2 | 0 | E | 1F | 44 | D | 40 |
| Octal | 255 | 260 | 230 | 2 | 0 | 16 | 37 | 104 | 15 | 100 |
| Binary | 10101101 | 10110000 | 10011000 | 10 | 0 | 1110 | 11111 | 1000100 | 1101 | 1000000 |
Color Harmonies of #ADB098
Complementary color
Monochromatic Colors of #ADB098
Black with #ADB098
Text Example
Text Example
White with #ADB098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB098; }
p { color: rgb(173,176,152); }
H1.HeaderClassName
{
color: #ADB098;
}
.AnyTagClassName
{
color: #ADB098;
}
</style>
background-color css
<style>
a { background-color: #ADB098; }
a { background-color: rgb(173,176,152); }
div.DivClassName
{
background-color: #ADB098;
}
.BgClassName
{
background-color: #ADB098;
}
</style>
border-color css
<style>
span { border-color: #ADB098; }
span { border-color: rgb(173,176,152); }
td.TdClassName
{
border-color: #ADB098;
}
.TagClassName
{
border-color: #ADB098;
}
</style>