Shades of Green Spring #ADB898
Tints of Green Spring #ADB898
RGB
CMYK
RGB Variations
Color information
#ADB898 (or 0xADB898) is known color: Green Spring. HEX triplet: AD, B8 and 98. RGB value is (173,184,152). Sum of RGB (Red+Green+Blue) = 173+184+152=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB898 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB898 is #524767. Grayscale: #B1B1B1. Windows color (decimal): -5392232 or 10008749. OLE color: 10008749.
HSL color Cylindrical-coordinate representation of color #ADB898: hue angle of 80.62º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADB898 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 152 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.28 |
| HSL | 80.63º | 0.18% | 0.66% | - |
| HSV(B) | 80.63º | 0.17% | 0.72% | - |
| XYZ | 40.04 | 45.43 | 36.36 | - |
| YUV | 177.06 | 113.86 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 152 | 0.06 | 0 | 0.17 | 0.28 | 80.63 | 0.18 | 0.66 |
| Hex | AD | B8 | 98 | 6 | 0 | 11 | 1C | 51 | 12 | 42 |
| Octal | 255 | 270 | 230 | 6 | 0 | 21 | 34 | 121 | 22 | 102 |
| Binary | 10101101 | 10111000 | 10011000 | 110 | 0 | 10001 | 11100 | 1010001 | 10010 | 1000010 |
Color Harmonies of #ADB898
Complementary color
Monochromatic Colors of #ADB898
Black with #ADB898
Text Example
Text Example
White with #ADB898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB898; }
p { color: rgb(173,184,152); }
H1.HeaderClassName
{
color: #ADB898;
}
.AnyTagClassName
{
color: #ADB898;
}
</style>
background-color css
<style>
a { background-color: #ADB898; }
a { background-color: rgb(173,184,152); }
div.DivClassName
{
background-color: #ADB898;
}
.BgClassName
{
background-color: #ADB898;
}
</style>
border-color css
<style>
span { border-color: #ADB898; }
span { border-color: rgb(173,184,152); }
td.TdClassName
{
border-color: #ADB898;
}
.TagClassName
{
border-color: #ADB898;
}
</style>