Shades of Gum Leaf #ADCBB6
Tints of Gum Leaf #ADCBB6
RGB
CMYK
RGB Variations
Color information
#ADCBB6 (or 0xADCBB6) is known color: Gum Leaf. HEX triplet: AD, CB and B6. RGB value is (173,203,182). Sum of RGB (Red+Green+Blue) = 173+203+182=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 182 (71.48% from 255 or 32.62% from 558); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBB6 is #523449. Grayscale: #BFBFBF. Windows color (decimal): -5387338 or 11979693. OLE color: 11979693.
HSL color Cylindrical-coordinate representation of color #ADCBB6: hue angle of 138º degrees, saturation: 0.22, 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 #ADCBB6 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 182 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.20 |
| HSL | 138º | 0.22% | 0.74% | - |
| HSV(B) | 138º | 0.15% | 0.8% | - |
| XYZ | 47.03 | 54.97 | 52.39 | - |
| YUV | 191.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 182 | 0.15 | 0 | 0.10 | 0.20 | 138 | 0.22 | 0.74 |
| Hex | AD | CB | B6 | F | 0 | A | 14 | 8A | 16 | 4A |
| Octal | 255 | 313 | 266 | 17 | 0 | 12 | 24 | 212 | 26 | 112 |
| Binary | 10101101 | 11001011 | 10110110 | 1111 | 0 | 1010 | 10100 | 10001010 | 10110 | 1001010 |
Color Harmonies of #ADCBB6
Complementary color
Monochromatic Colors of #ADCBB6
Black with #ADCBB6
Text Example
Text Example
White with #ADCBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCBB6; }
p { color: rgb(173,203,182); }
H1.HeaderClassName
{
color: #ADCBB6;
}
.AnyTagClassName
{
color: #ADCBB6;
}
</style>
background-color css
<style>
a { background-color: #ADCBB6; }
a { background-color: rgb(173,203,182); }
div.DivClassName
{
background-color: #ADCBB6;
}
.BgClassName
{
background-color: #ADCBB6;
}
</style>
border-color css
<style>
span { border-color: #ADCBB6; }
span { border-color: rgb(173,203,182); }
td.TdClassName
{
border-color: #ADCBB6;
}
.TagClassName
{
border-color: #ADCBB6;
}
</style>