Shades of Gum Leaf #ADCAB4
Tints of Gum Leaf #ADCAB4
RGB
CMYK
RGB Variations
Color information
#ADCAB4 (or 0xADCAB4) is known color: Gum Leaf. HEX triplet: AD, CA and B4. RGB value is (173,202,180). Sum of RGB (Red+Green+Blue) = 173+202+180=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 180 (70.70% from 255 or 32.43% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCAB4 is #52354B. Grayscale: #BEBEBE. Windows color (decimal): -5387596 or 11848365. OLE color: 11848365.
HSL color Cylindrical-coordinate representation of color #ADCAB4: hue angle of 134.48º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADCAB4 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 202 | 180 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.21 |
| HSL | 134.48º | 0.21% | 0.74% | - |
| HSV(B) | 134.48º | 0.14% | 0.79% | - |
| XYZ | 46.59 | 54.42 | 51.23 | - |
| YUV | 190.82 | 121.89 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 202 | 180 | 0.14 | 0 | 0.11 | 0.21 | 134.48 | 0.21 | 0.74 |
| Hex | AD | CA | B4 | E | 0 | B | 15 | 86 | 15 | 4A |
| Octal | 255 | 312 | 264 | 16 | 0 | 13 | 25 | 206 | 25 | 112 |
| Binary | 10101101 | 11001010 | 10110100 | 1110 | 0 | 1011 | 10101 | 10000110 | 10101 | 1001010 |
Color Harmonies of #ADCAB4
Complementary color
Monochromatic Colors of #ADCAB4
Black with #ADCAB4
Text Example
Text Example
White with #ADCAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCAB4; }
p { color: rgb(173,202,180); }
H1.HeaderClassName
{
color: #ADCAB4;
}
.AnyTagClassName
{
color: #ADCAB4;
}
</style>
background-color css
<style>
a { background-color: #ADCAB4; }
a { background-color: rgb(173,202,180); }
div.DivClassName
{
background-color: #ADCAB4;
}
.BgClassName
{
background-color: #ADCAB4;
}
</style>
border-color css
<style>
span { border-color: #ADCAB4; }
span { border-color: rgb(173,202,180); }
td.TdClassName
{
border-color: #ADCAB4;
}
.TagClassName
{
border-color: #ADCAB4;
}
</style>