Shades of Green Spring #ADB595
Tints of Green Spring #ADB595
RGB
CMYK
RGB Variations
Color information
#ADB595 (or 0xADB595) is known color: Green Spring. HEX triplet: AD, B5 and 95. RGB value is (173,181,149). Sum of RGB (Red+Green+Blue) = 173+181+149=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB595 is #524A6A. Grayscale: #AFAFAF. Windows color (decimal): -5393003 or 9811373. OLE color: 9811373.
HSL color Cylindrical-coordinate representation of color #ADB595: hue angle of 75º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADB595 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
RGB | 173 | 181 | 149 | - |
CMYK | 0.04 | 0 | 0.18 | 0.29 |
HSL | 75º | 0.18% | 0.65% | - |
HSV(B) | 75º | 0.18% | 0.71% | - |
XYZ | 39.18 | 44.1 | 34.88 | - |
YUV | 174.96 | 113.35 | 126.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 181 | 149 | 0.04 | 0 | 0.18 | 0.29 | 75 | 0.18 | 0.65 |
Hex | AD | B5 | 95 | 4 | 0 | 12 | 1D | 4B | 12 | 41 |
Octal | 255 | 265 | 225 | 4 | 0 | 22 | 35 | 113 | 22 | 101 |
Binary | 10101101 | 10110101 | 10010101 | 100 | 0 | 10010 | 11101 | 1001011 | 10010 | 1000001 |
Color Harmonies of #ADB595
Complementary color
Monochromatic Colors of #ADB595
Black with #ADB595
Text Example
Text Example
White with #ADB595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB595; }
p { color: rgb(173,181,149); }
H1.HeaderClassName
{
color: #ADB595;
}
.AnyTagClassName
{
color: #ADB595;
}
</style>
background-color css
<style>
a { background-color: #ADB595; }
a { background-color: rgb(173,181,149); }
div.DivClassName
{
background-color: #ADB595;
}
.BgClassName
{
background-color: #ADB595;
}
</style>
border-color css
<style>
span { border-color: #ADB595; }
span { border-color: rgb(173,181,149); }
td.TdClassName
{
border-color: #ADB595;
}
.TagClassName
{
border-color: #ADB595;
}
</style>