Shades of Gum Leaf #ADCCB3
Tints of Gum Leaf #ADCCB3
RGB
CMYK
RGB Variations
Color information
#ADCCB3 (or 0xADCCB3) is known color: Gum Leaf. HEX triplet: AD, CC and B3. RGB value is (173,204,179). Sum of RGB (Red+Green+Blue) = 173+204+179=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCB3 is #52334C. Grayscale: #BFBFBF. Windows color (decimal): -5387085 or 11783341. OLE color: 11783341.
HSL color Cylindrical-coordinate representation of color #ADCCB3: hue angle of 131.61º 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 #ADCCB3 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 179 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.2 |
| HSL | 131.61º | 0.23% | 0.74% | - |
| HSV(B) | 131.61º | 0.15% | 0.8% | - |
| XYZ | 46.96 | 55.32 | 50.85 | - |
| YUV | 191.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 179 | 0.15 | 0 | 0.12 | 0.2 | 131.61 | 0.23 | 0.74 |
| Hex | AD | CC | B3 | F | 0 | C | 14 | 84 | 17 | 4A |
| Octal | 255 | 314 | 263 | 17 | 0 | 14 | 24 | 204 | 27 | 112 |
| Binary | 10101101 | 11001100 | 10110011 | 1111 | 0 | 1100 | 10100 | 10000100 | 10111 | 1001010 |
Color Harmonies of #ADCCB3
Complementary color
Monochromatic Colors of #ADCCB3
Black with #ADCCB3
Text Example
Text Example
White with #ADCCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCB3; }
p { color: rgb(173,204,179); }
H1.HeaderClassName
{
color: #ADCCB3;
}
.AnyTagClassName
{
color: #ADCCB3;
}
</style>
background-color css
<style>
a { background-color: #ADCCB3; }
a { background-color: rgb(173,204,179); }
div.DivClassName
{
background-color: #ADCCB3;
}
.BgClassName
{
background-color: #ADCCB3;
}
</style>
border-color css
<style>
span { border-color: #ADCCB3; }
span { border-color: rgb(173,204,179); }
td.TdClassName
{
border-color: #ADCCB3;
}
.TagClassName
{
border-color: #ADCCB3;
}
</style>