Shades of Green Spring #ADB29B
Tints of Green Spring #ADB29B
RGB
CMYK
RGB Variations
Color information
#ADB29B (or 0xADB29B) is known color: Green Spring. HEX triplet: AD, B2 and 9B. RGB value is (173,178,155). Sum of RGB (Red+Green+Blue) = 173+178+155=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB29B is #524D64. Grayscale: #ADADAD. Windows color (decimal): -5393765 or 10203821. OLE color: 10203821.
HSL color Cylindrical-coordinate representation of color #ADB29B: hue angle of 73.04º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADB29B is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
RGB | 173 | 178 | 155 | - |
CMYK | 0.03 | 0 | 0.13 | 0.30 |
HSL | 73.04º | 0.13% | 0.65% | - |
HSV(B) | 73.04º | 0.13% | 0.7% | - |
XYZ | 39.07 | 43.09 | 37.27 | - |
YUV | 173.88 | 117.34 | 127.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 178 | 155 | 0.03 | 0 | 0.13 | 0.30 | 73.04 | 0.13 | 0.65 |
Hex | AD | B2 | 9B | 3 | 0 | D | 1E | 49 | D | 41 |
Octal | 255 | 262 | 233 | 3 | 0 | 15 | 36 | 111 | 15 | 101 |
Binary | 10101101 | 10110010 | 10011011 | 11 | 0 | 1101 | 11110 | 1001001 | 1101 | 1000001 |
Color Harmonies of #ADB29B
Complementary color
Monochromatic Colors of #ADB29B
Black with #ADB29B
Text Example
Text Example
White with #ADB29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB29B; }
p { color: rgb(173,178,155); }
H1.HeaderClassName
{
color: #ADB29B;
}
.AnyTagClassName
{
color: #ADB29B;
}
</style>
background-color css
<style>
a { background-color: #ADB29B; }
a { background-color: rgb(173,178,155); }
div.DivClassName
{
background-color: #ADB29B;
}
.BgClassName
{
background-color: #ADB29B;
}
</style>
border-color css
<style>
span { border-color: #ADB29B; }
span { border-color: rgb(173,178,155); }
td.TdClassName
{
border-color: #ADB29B;
}
.TagClassName
{
border-color: #ADB29B;
}
</style>