Shades of Gum Leaf #ADCBB4
Tints of Gum Leaf #ADCBB4
RGB
CMYK
RGB Variations
Color information
#ADCBB4 (or 0xADCBB4) is known color: Gum Leaf. HEX triplet: AD, CB and B4. RGB value is (173,203,180). Sum of RGB (Red+Green+Blue) = 173+203+180=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBB4 is #52344B. Grayscale: #BFBFBF. Windows color (decimal): -5387340 or 11848621. OLE color: 11848621.
HSL color Cylindrical-coordinate representation of color #ADCBB4: hue angle of 134º 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 #ADCBB4 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 180 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.20 |
| HSL | 134º | 0.22% | 0.74% | - |
| HSV(B) | 134º | 0.15% | 0.8% | - |
| XYZ | 46.83 | 54.89 | 51.31 | - |
| YUV | 191.41 | 121.56 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 180 | 0.15 | 0 | 0.11 | 0.20 | 134 | 0.22 | 0.74 |
| Hex | AD | CB | B4 | F | 0 | B | 14 | 86 | 16 | 4A |
| Octal | 255 | 313 | 264 | 17 | 0 | 13 | 24 | 206 | 26 | 112 |
| Binary | 10101101 | 11001011 | 10110100 | 1111 | 0 | 1011 | 10100 | 10000110 | 10110 | 1001010 |
Color Harmonies of #ADCBB4
Complementary color
Monochromatic Colors of #ADCBB4
Black with #ADCBB4
Text Example
Text Example
White with #ADCBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCBB4; }
p { color: rgb(173,203,180); }
H1.HeaderClassName
{
color: #ADCBB4;
}
.AnyTagClassName
{
color: #ADCBB4;
}
</style>
background-color css
<style>
a { background-color: #ADCBB4; }
a { background-color: rgb(173,203,180); }
div.DivClassName
{
background-color: #ADCBB4;
}
.BgClassName
{
background-color: #ADCBB4;
}
</style>
border-color css
<style>
span { border-color: #ADCBB4; }
span { border-color: rgb(173,203,180); }
td.TdClassName
{
border-color: #ADCBB4;
}
.TagClassName
{
border-color: #ADCBB4;
}
</style>