Shades of Green Spring #ADB89C
Tints of Green Spring #ADB89C
RGB
CMYK
RGB Variations
Color information
#ADB89C (or 0xADB89C) is known color: Green Spring. HEX triplet: AD, B8 and 9C. RGB value is (173,184,156). Sum of RGB (Red+Green+Blue) = 173+184+156=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB89C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB89C is #524763. Grayscale: #B1B1B1. Windows color (decimal): -5392228 or 10270893. OLE color: 10270893.
HSL color Cylindrical-coordinate representation of color #ADB89C: hue angle of 83.57º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADB89C is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 156 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.28 |
| HSL | 83.57º | 0.16% | 0.67% | - |
| HSV(B) | 83.57º | 0.15% | 0.72% | - |
| XYZ | 40.37 | 45.57 | 38.12 | - |
| YUV | 177.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 156 | 0.06 | 0 | 0.15 | 0.28 | 83.57 | 0.16 | 0.67 |
| Hex | AD | B8 | 9C | 6 | 0 | F | 1C | 54 | 10 | 43 |
| Octal | 255 | 270 | 234 | 6 | 0 | 17 | 34 | 124 | 20 | 103 |
| Binary | 10101101 | 10111000 | 10011100 | 110 | 0 | 1111 | 11100 | 1010100 | 10000 | 1000011 |
Color Harmonies of #ADB89C
Complementary color
Monochromatic Colors of #ADB89C
Black with #ADB89C
Text Example
Text Example
White with #ADB89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB89C; }
p { color: rgb(173,184,156); }
H1.HeaderClassName
{
color: #ADB89C;
}
.AnyTagClassName
{
color: #ADB89C;
}
</style>
background-color css
<style>
a { background-color: #ADB89C; }
a { background-color: rgb(173,184,156); }
div.DivClassName
{
background-color: #ADB89C;
}
.BgClassName
{
background-color: #ADB89C;
}
</style>
border-color css
<style>
span { border-color: #ADB89C; }
span { border-color: rgb(173,184,156); }
td.TdClassName
{
border-color: #ADB89C;
}
.TagClassName
{
border-color: #ADB89C;
}
</style>