Shades of Green Spring #ADB19B
Tints of Green Spring #ADB19B
RGB
CMYK
RGB Variations
Color information
#ADB19B (or 0xADB19B) is known color: Green Spring. HEX triplet: AD, B1 and 9B. RGB value is (173,177,155). Sum of RGB (Red+Green+Blue) = 173+177+155=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB19B is #524E64. Grayscale: #ADADAD. Windows color (decimal): -5394021 or 10203565. OLE color: 10203565.
HSL color Cylindrical-coordinate representation of color #ADB19B: hue angle of 70.91º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADB19B is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 155 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.31 |
| HSL | 70.91º | 0.12% | 0.65% | - |
| HSV(B) | 70.91º | 0.12% | 0.69% | - |
| XYZ | 38.87 | 42.7 | 37.2 | - |
| YUV | 173.3 | 117.67 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 155 | 0.02 | 0 | 0.12 | 0.31 | 70.91 | 0.12 | 0.65 |
| Hex | AD | B1 | 9B | 2 | 0 | C | 1F | 47 | C | 41 |
| Octal | 255 | 261 | 233 | 2 | 0 | 14 | 37 | 107 | 14 | 101 |
| Binary | 10101101 | 10110001 | 10011011 | 10 | 0 | 1100 | 11111 | 1000111 | 1100 | 1000001 |
Color Harmonies of #ADB19B
Complementary color
Monochromatic Colors of #ADB19B
Black with #ADB19B
Text Example
Text Example
White with #ADB19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB19B; }
p { color: rgb(173,177,155); }
H1.HeaderClassName
{
color: #ADB19B;
}
.AnyTagClassName
{
color: #ADB19B;
}
</style>
background-color css
<style>
a { background-color: #ADB19B; }
a { background-color: rgb(173,177,155); }
div.DivClassName
{
background-color: #ADB19B;
}
.BgClassName
{
background-color: #ADB19B;
}
</style>
border-color css
<style>
span { border-color: #ADB19B; }
span { border-color: rgb(173,177,155); }
td.TdClassName
{
border-color: #ADB19B;
}
.TagClassName
{
border-color: #ADB19B;
}
</style>