Shades of Gum Leaf #ADCCB6
Tints of Gum Leaf #ADCCB6
RGB
CMYK
RGB Variations
Color information
#ADCCB6 (or 0xADCCB6) is known color: Gum Leaf. HEX triplet: AD, CC and B6. RGB value is (173,204,182). Sum of RGB (Red+Green+Blue) = 173+204+182=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 182 (71.48% from 255 or 32.56% from 559); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCB6 is #523349. Grayscale: #C0C0C0. Windows color (decimal): -5387082 or 11979949. OLE color: 11979949.
HSL color Cylindrical-coordinate representation of color #ADCCB6: hue angle of 137.42º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADCCB6 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 182 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.2 |
| HSL | 137.42º | 0.23% | 0.74% | - |
| HSV(B) | 137.42º | 0.15% | 0.8% | - |
| XYZ | 47.27 | 55.45 | 52.47 | - |
| YUV | 192.22 | 122.23 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 182 | 0.15 | 0 | 0.11 | 0.2 | 137.42 | 0.23 | 0.74 |
| Hex | AD | CC | B6 | F | 0 | B | 14 | 89 | 17 | 4A |
| Octal | 255 | 314 | 266 | 17 | 0 | 13 | 24 | 211 | 27 | 112 |
| Binary | 10101101 | 11001100 | 10110110 | 1111 | 0 | 1011 | 10100 | 10001001 | 10111 | 1001010 |
Color Harmonies of #ADCCB6
Complementary color
Monochromatic Colors of #ADCCB6
Black with #ADCCB6
Text Example
Text Example
White with #ADCCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCB6; }
p { color: rgb(173,204,182); }
H1.HeaderClassName
{
color: #ADCCB6;
}
.AnyTagClassName
{
color: #ADCCB6;
}
</style>
background-color css
<style>
a { background-color: #ADCCB6; }
a { background-color: rgb(173,204,182); }
div.DivClassName
{
background-color: #ADCCB6;
}
.BgClassName
{
background-color: #ADCCB6;
}
</style>
border-color css
<style>
span { border-color: #ADCCB6; }
span { border-color: rgb(173,204,182); }
td.TdClassName
{
border-color: #ADCCB6;
}
.TagClassName
{
border-color: #ADCCB6;
}
</style>