Shades of Green Spring #ADB89B
Tints of Green Spring #ADB89B
RGB
CMYK
RGB Variations
Color information
#ADB89B (or 0xADB89B) is known color: Green Spring. HEX triplet: AD, B8 and 9B. RGB value is (173,184,155). Sum of RGB (Red+Green+Blue) = 173+184+155=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB89B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB89B is #524764. Grayscale: #B1B1B1. Windows color (decimal): -5392229 or 10205357. OLE color: 10205357.
HSL color Cylindrical-coordinate representation of color #ADB89B: hue angle of 82.76º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADB89B is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 155 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.28 |
| HSL | 82.76º | 0.17% | 0.66% | - |
| HSV(B) | 82.76º | 0.16% | 0.72% | - |
| XYZ | 40.29 | 45.53 | 37.68 | - |
| YUV | 177.41 | 115.36 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 155 | 0.06 | 0 | 0.16 | 0.28 | 82.76 | 0.17 | 0.66 |
| Hex | AD | B8 | 9B | 6 | 0 | 10 | 1C | 53 | 11 | 42 |
| Octal | 255 | 270 | 233 | 6 | 0 | 20 | 34 | 123 | 21 | 102 |
| Binary | 10101101 | 10111000 | 10011011 | 110 | 0 | 10000 | 11100 | 1010011 | 10001 | 1000010 |
Color Harmonies of #ADB89B
Complementary color
Monochromatic Colors of #ADB89B
Black with #ADB89B
Text Example
Text Example
White with #ADB89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB89B; }
p { color: rgb(173,184,155); }
H1.HeaderClassName
{
color: #ADB89B;
}
.AnyTagClassName
{
color: #ADB89B;
}
</style>
background-color css
<style>
a { background-color: #ADB89B; }
a { background-color: rgb(173,184,155); }
div.DivClassName
{
background-color: #ADB89B;
}
.BgClassName
{
background-color: #ADB89B;
}
</style>
border-color css
<style>
span { border-color: #ADB89B; }
span { border-color: rgb(173,184,155); }
td.TdClassName
{
border-color: #ADB89B;
}
.TagClassName
{
border-color: #ADB89B;
}
</style>