Shades of Gum Leaf #ADCBB2
Tints of Gum Leaf #ADCBB2
RGB
CMYK
RGB Variations
Color information
#ADCBB2 (or 0xADCBB2) is known color: Gum Leaf. HEX triplet: AD, CB and B2. RGB value is (173,203,178). Sum of RGB (Red+Green+Blue) = 173+203+178=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCBB2 is #52344D. Grayscale: #BFBFBF. Windows color (decimal): -5387342 or 11717549. OLE color: 11717549.
HSL color Cylindrical-coordinate representation of color #ADCBB2: hue angle of 130º 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 #ADCBB2 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 178 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.20 |
| HSL | 130º | 0.22% | 0.74% | - |
| HSV(B) | 130º | 0.15% | 0.8% | - |
| XYZ | 46.63 | 54.81 | 50.24 | - |
| YUV | 191.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 178 | 0.15 | 0 | 0.12 | 0.20 | 130 | 0.22 | 0.74 |
| Hex | AD | CB | B2 | F | 0 | C | 14 | 82 | 16 | 4A |
| Octal | 255 | 313 | 262 | 17 | 0 | 14 | 24 | 202 | 26 | 112 |
| Binary | 10101101 | 11001011 | 10110010 | 1111 | 0 | 1100 | 10100 | 10000010 | 10110 | 1001010 |
Color Harmonies of #ADCBB2
Complementary color
Monochromatic Colors of #ADCBB2
Black with #ADCBB2
Text Example
Text Example
White with #ADCBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCBB2; }
p { color: rgb(173,203,178); }
H1.HeaderClassName
{
color: #ADCBB2;
}
.AnyTagClassName
{
color: #ADCBB2;
}
</style>
background-color css
<style>
a { background-color: #ADCBB2; }
a { background-color: rgb(173,203,178); }
div.DivClassName
{
background-color: #ADCBB2;
}
.BgClassName
{
background-color: #ADCBB2;
}
</style>
border-color css
<style>
span { border-color: #ADCBB2; }
span { border-color: rgb(173,203,178); }
td.TdClassName
{
border-color: #ADCBB2;
}
.TagClassName
{
border-color: #ADCBB2;
}
</style>