Shades of Gum Leaf #ADC9B2
Tints of Gum Leaf #ADC9B2
RGB
CMYK
RGB Variations
Color information
#ADC9B2 (or 0xADC9B2) is known color: Gum Leaf. HEX triplet: AD, C9 and B2. RGB value is (173,201,178). Sum of RGB (Red+Green+Blue) = 173+201+178=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC9B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC9B2 is #52364D. Grayscale: #BEBEBE. Windows color (decimal): -5387854 or 11717037. OLE color: 11717037.
HSL color Cylindrical-coordinate representation of color #ADC9B2: hue angle of 130.71º 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 #ADC9B2 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 178 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.21 |
| HSL | 130.71º | 0.21% | 0.73% | - |
| HSV(B) | 130.71º | 0.14% | 0.79% | - |
| XYZ | 46.16 | 53.87 | 50.09 | - |
| YUV | 190.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 178 | 0.14 | 0 | 0.11 | 0.21 | 130.71 | 0.21 | 0.73 |
| Hex | AD | C9 | B2 | E | 0 | B | 15 | 83 | 15 | 49 |
| Octal | 255 | 311 | 262 | 16 | 0 | 13 | 25 | 203 | 25 | 111 |
| Binary | 10101101 | 11001001 | 10110010 | 1110 | 0 | 1011 | 10101 | 10000011 | 10101 | 1001001 |
Color Harmonies of #ADC9B2
Complementary color
Monochromatic Colors of #ADC9B2
Black with #ADC9B2
Text Example
Text Example
White with #ADC9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC9B2; }
p { color: rgb(173,201,178); }
H1.HeaderClassName
{
color: #ADC9B2;
}
.AnyTagClassName
{
color: #ADC9B2;
}
</style>
background-color css
<style>
a { background-color: #ADC9B2; }
a { background-color: rgb(173,201,178); }
div.DivClassName
{
background-color: #ADC9B2;
}
.BgClassName
{
background-color: #ADC9B2;
}
</style>
border-color css
<style>
span { border-color: #ADC9B2; }
span { border-color: rgb(173,201,178); }
td.TdClassName
{
border-color: #ADC9B2;
}
.TagClassName
{
border-color: #ADC9B2;
}
</style>