Shades of Green Spring #ADB198
Tints of Green Spring #ADB198
RGB
CMYK
RGB Variations
Color information
#ADB198 (or 0xADB198) is known color: Green Spring. HEX triplet: AD, B1 and 98. RGB value is (173,177,152). Sum of RGB (Red+Green+Blue) = 173+177+152=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB198 is #524E67. Grayscale: #ADADAD. Windows color (decimal): -5394024 or 10006957. OLE color: 10006957.
HSL color Cylindrical-coordinate representation of color #ADB198: hue angle of 69.6º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADB198 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 152 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.31 |
| HSL | 69.6º | 0.14% | 0.65% | - |
| HSV(B) | 69.6º | 0.14% | 0.69% | - |
| XYZ | 38.62 | 42.6 | 35.89 | - |
| YUV | 172.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 152 | 0.02 | 0 | 0.14 | 0.31 | 69.6 | 0.14 | 0.65 |
| Hex | AD | B1 | 98 | 2 | 0 | E | 1F | 46 | E | 41 |
| Octal | 255 | 261 | 230 | 2 | 0 | 16 | 37 | 106 | 16 | 101 |
| Binary | 10101101 | 10110001 | 10011000 | 10 | 0 | 1110 | 11111 | 1000110 | 1110 | 1000001 |
Color Harmonies of #ADB198
Complementary color
Monochromatic Colors of #ADB198
Black with #ADB198
Text Example
Text Example
White with #ADB198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB198; }
p { color: rgb(173,177,152); }
H1.HeaderClassName
{
color: #ADB198;
}
.AnyTagClassName
{
color: #ADB198;
}
</style>
background-color css
<style>
a { background-color: #ADB198; }
a { background-color: rgb(173,177,152); }
div.DivClassName
{
background-color: #ADB198;
}
.BgClassName
{
background-color: #ADB198;
}
</style>
border-color css
<style>
span { border-color: #ADB198; }
span { border-color: rgb(173,177,152); }
td.TdClassName
{
border-color: #ADB198;
}
.TagClassName
{
border-color: #ADB198;
}
</style>