Shades of Gum Leaf #ADCDB2
Tints of Gum Leaf #ADCDB2
RGB
CMYK
RGB Variations
Color information
#ADCDB2 (or 0xADCDB2) is known color: Gum Leaf. HEX triplet: AD, CD and B2. RGB value is (173,205,178). Sum of RGB (Red+Green+Blue) = 173+205+178=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCDB2 is #52324D. Grayscale: #C0C0C0. Windows color (decimal): -5386830 or 11718061. OLE color: 11718061.
HSL color Cylindrical-coordinate representation of color #ADCDB2: hue angle of 129.38º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCDB2 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
RGB | 173 | 205 | 178 | - |
CMYK | 0.16 | 0 | 0.13 | 0.20 |
HSL | 129.38º | 0.24% | 0.74% | - |
HSV(B) | 129.38º | 0.16% | 0.8% | - |
XYZ | 47.1 | 55.76 | 50.4 | - |
YUV | 192.35 | 119.9 | 114.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 205 | 178 | 0.16 | 0 | 0.13 | 0.20 | 129.38 | 0.24 | 0.74 |
Hex | AD | CD | B2 | 10 | 0 | D | 14 | 81 | 18 | 4A |
Octal | 255 | 315 | 262 | 20 | 0 | 15 | 24 | 201 | 30 | 112 |
Binary | 10101101 | 11001101 | 10110010 | 10000 | 0 | 1101 | 10100 | 10000001 | 11000 | 1001010 |
Color Harmonies of #ADCDB2
Complementary color
Monochromatic Colors of #ADCDB2
Black with #ADCDB2
Text Example
Text Example
White with #ADCDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCDB2; }
p { color: rgb(173,205,178); }
H1.HeaderClassName
{
color: #ADCDB2;
}
.AnyTagClassName
{
color: #ADCDB2;
}
</style>
background-color css
<style>
a { background-color: #ADCDB2; }
a { background-color: rgb(173,205,178); }
div.DivClassName
{
background-color: #ADCDB2;
}
.BgClassName
{
background-color: #ADCDB2;
}
</style>
border-color css
<style>
span { border-color: #ADCDB2; }
span { border-color: rgb(173,205,178); }
td.TdClassName
{
border-color: #ADCDB2;
}
.TagClassName
{
border-color: #ADCDB2;
}
</style>