Shades of Gum Leaf #ADBCB1
Tints of Gum Leaf #ADBCB1
RGB
CMYK
RGB Variations
Color information
#ADBCB1 (or 0xADBCB1) is known color: Gum Leaf. HEX triplet: AD, BC and B1. RGB value is (173,188,177). Sum of RGB (Red+Green+Blue) = 173+188+177=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBCB1 is #52434E. Grayscale: #B6B6B6. Windows color (decimal): -5391183 or 11648173. OLE color: 11648173.
HSL color Cylindrical-coordinate representation of color #ADBCB1: hue angle of 136º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADBCB1 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 177 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.26 |
| HSL | 136º | 0.1% | 0.71% | - |
| HSV(B) | 136º | 0.08% | 0.74% | - |
| XYZ | 43.15 | 48.03 | 48.59 | - |
| YUV | 182.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 177 | 0.08 | 0 | 0.06 | 0.26 | 136 | 0.1 | 0.71 |
| Hex | AD | BC | B1 | 8 | 0 | 6 | 1A | 88 | A | 47 |
| Octal | 255 | 274 | 261 | 10 | 0 | 6 | 32 | 210 | 12 | 107 |
| Binary | 10101101 | 10111100 | 10110001 | 1000 | 0 | 110 | 11010 | 10001000 | 1010 | 1000111 |
Color Harmonies of #ADBCB1
Complementary color
Monochromatic Colors of #ADBCB1
Black with #ADBCB1
Text Example
Text Example
White with #ADBCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBCB1; }
p { color: rgb(173,188,177); }
H1.HeaderClassName
{
color: #ADBCB1;
}
.AnyTagClassName
{
color: #ADBCB1;
}
</style>
background-color css
<style>
a { background-color: #ADBCB1; }
a { background-color: rgb(173,188,177); }
div.DivClassName
{
background-color: #ADBCB1;
}
.BgClassName
{
background-color: #ADBCB1;
}
</style>
border-color css
<style>
span { border-color: #ADBCB1; }
span { border-color: rgb(173,188,177); }
td.TdClassName
{
border-color: #ADBCB1;
}
.TagClassName
{
border-color: #ADBCB1;
}
</style>