Shades of Gum Leaf #ADC9B5
Tints of Gum Leaf #ADC9B5
RGB
CMYK
RGB Variations
Color information
#ADC9B5 (or 0xADC9B5) is known color: Gum Leaf. HEX triplet: AD, C9 and B5. RGB value is (173,201,181). Sum of RGB (Red+Green+Blue) = 173+201+181=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC9B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9B5 is #52364A. Grayscale: #BEBEBE. Windows color (decimal): -5387851 or 11913645. OLE color: 11913645.
HSL color Cylindrical-coordinate representation of color #ADC9B5: hue angle of 137.14º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADC9B5 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 181 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.21 |
| HSL | 137.14º | 0.21% | 0.73% | - |
| HSV(B) | 137.14º | 0.14% | 0.79% | - |
| XYZ | 46.46 | 53.99 | 51.69 | - |
| YUV | 190.35 | 122.72 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 181 | 0.14 | 0 | 0.10 | 0.21 | 137.14 | 0.21 | 0.73 |
| Hex | AD | C9 | B5 | E | 0 | A | 15 | 89 | 15 | 49 |
| Octal | 255 | 311 | 265 | 16 | 0 | 12 | 25 | 211 | 25 | 111 |
| Binary | 10101101 | 11001001 | 10110101 | 1110 | 0 | 1010 | 10101 | 10001001 | 10101 | 1001001 |
Color Harmonies of #ADC9B5
Complementary color
Monochromatic Colors of #ADC9B5
Black with #ADC9B5
Text Example
Text Example
White with #ADC9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC9B5; }
p { color: rgb(173,201,181); }
H1.HeaderClassName
{
color: #ADC9B5;
}
.AnyTagClassName
{
color: #ADC9B5;
}
</style>
background-color css
<style>
a { background-color: #ADC9B5; }
a { background-color: rgb(173,201,181); }
div.DivClassName
{
background-color: #ADC9B5;
}
.BgClassName
{
background-color: #ADC9B5;
}
</style>
border-color css
<style>
span { border-color: #ADC9B5; }
span { border-color: rgb(173,201,181); }
td.TdClassName
{
border-color: #ADC9B5;
}
.TagClassName
{
border-color: #ADC9B5;
}
</style>