Shades of Gum Leaf #ADCCB0
Tints of Gum Leaf #ADCCB0
RGB
CMYK
RGB Variations
Color information
#ADCCB0 (or 0xADCCB0) is known color: Gum Leaf. HEX triplet: AD, CC and B0. RGB value is (173,204,176). Sum of RGB (Red+Green+Blue) = 173+204+176=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCCB0 is #52334F. Grayscale: #BFBFBF. Windows color (decimal): -5387088 or 11586733. OLE color: 11586733.
HSL color Cylindrical-coordinate representation of color #ADCCB0: hue angle of 125.81º degrees, saturation: 0.23, 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 #ADCCB0 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 176 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.2 |
| HSL | 125.81º | 0.23% | 0.74% | - |
| HSV(B) | 125.81º | 0.15% | 0.8% | - |
| XYZ | 46.66 | 55.2 | 49.27 | - |
| YUV | 191.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 176 | 0.15 | 0 | 0.14 | 0.2 | 125.81 | 0.23 | 0.74 |
| Hex | AD | CC | B0 | F | 0 | E | 14 | 7E | 17 | 4A |
| Octal | 255 | 314 | 260 | 17 | 0 | 16 | 24 | 176 | 27 | 112 |
| Binary | 10101101 | 11001100 | 10110000 | 1111 | 0 | 1110 | 10100 | 1111110 | 10111 | 1001010 |
Color Harmonies of #ADCCB0
Complementary color
Monochromatic Colors of #ADCCB0
Black with #ADCCB0
Text Example
Text Example
White with #ADCCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCB0; }
p { color: rgb(173,204,176); }
H1.HeaderClassName
{
color: #ADCCB0;
}
.AnyTagClassName
{
color: #ADCCB0;
}
</style>
background-color css
<style>
a { background-color: #ADCCB0; }
a { background-color: rgb(173,204,176); }
div.DivClassName
{
background-color: #ADCCB0;
}
.BgClassName
{
background-color: #ADCCB0;
}
</style>
border-color css
<style>
span { border-color: #ADCCB0; }
span { border-color: rgb(173,204,176); }
td.TdClassName
{
border-color: #ADCCB0;
}
.TagClassName
{
border-color: #ADCCB0;
}
</style>