Shades of Gum Leaf #ADCAB2
Tints of Gum Leaf #ADCAB2
RGB
CMYK
RGB Variations
Color information
#ADCAB2 (or 0xADCAB2) is known color: Gum Leaf. HEX triplet: AD, CA and B2. RGB value is (173,202,178). Sum of RGB (Red+Green+Blue) = 173+202+178=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCAB2 is #52354D. Grayscale: #BEBEBE. Windows color (decimal): -5387598 or 11717293. OLE color: 11717293.
HSL color Cylindrical-coordinate representation of color #ADCAB2: hue angle of 130.34º 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 #ADCAB2 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 202 | 178 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.21 |
| HSL | 130.34º | 0.21% | 0.74% | - |
| HSV(B) | 130.34º | 0.14% | 0.79% | - |
| XYZ | 46.39 | 54.34 | 50.16 | - |
| YUV | 190.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 202 | 178 | 0.14 | 0 | 0.12 | 0.21 | 130.34 | 0.21 | 0.74 |
| Hex | AD | CA | B2 | E | 0 | C | 15 | 82 | 15 | 4A |
| Octal | 255 | 312 | 262 | 16 | 0 | 14 | 25 | 202 | 25 | 112 |
| Binary | 10101101 | 11001010 | 10110010 | 1110 | 0 | 1100 | 10101 | 10000010 | 10101 | 1001010 |
Color Harmonies of #ADCAB2
Complementary color
Monochromatic Colors of #ADCAB2
Black with #ADCAB2
Text Example
Text Example
White with #ADCAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCAB2; }
p { color: rgb(173,202,178); }
H1.HeaderClassName
{
color: #ADCAB2;
}
.AnyTagClassName
{
color: #ADCAB2;
}
</style>
background-color css
<style>
a { background-color: #ADCAB2; }
a { background-color: rgb(173,202,178); }
div.DivClassName
{
background-color: #ADCAB2;
}
.BgClassName
{
background-color: #ADCAB2;
}
</style>
border-color css
<style>
span { border-color: #ADCAB2; }
span { border-color: rgb(173,202,178); }
td.TdClassName
{
border-color: #ADCAB2;
}
.TagClassName
{
border-color: #ADCAB2;
}
</style>