Shades of Gum Leaf #ABCDB3
Tints of Gum Leaf #ABCDB3
RGB
CMYK
RGB Variations
Color information
#ABCDB3 (or 0xABCDB3) is known color: Gum Leaf. HEX triplet: AB, CD and B3. RGB value is (171,205,179). Sum of RGB (Red+Green+Blue) = 171+205+179=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDB3 is #54324C. Grayscale: #BFBFBF. Windows color (decimal): -5517901 or 11783595. OLE color: 11783595.
HSL color Cylindrical-coordinate representation of color #ABCDB3: hue angle of 134.12º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCDB3 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 179 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.20 |
| HSL | 134.12º | 0.25% | 0.74% | - |
| HSV(B) | 134.12º | 0.17% | 0.8% | - |
| XYZ | 46.76 | 55.58 | 50.91 | - |
| YUV | 191.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 179 | 0.17 | 0 | 0.13 | 0.20 | 134.12 | 0.25 | 0.74 |
| Hex | AB | CD | B3 | 11 | 0 | D | 14 | 86 | 19 | 4A |
| Octal | 253 | 315 | 263 | 21 | 0 | 15 | 24 | 206 | 31 | 112 |
| Binary | 10101011 | 11001101 | 10110011 | 10001 | 0 | 1101 | 10100 | 10000110 | 11001 | 1001010 |
Color Harmonies of #ABCDB3
Complementary color
Monochromatic Colors of #ABCDB3
Black with #ABCDB3
Text Example
Text Example
White with #ABCDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCDB3; }
p { color: rgb(171,205,179); }
H1.HeaderClassName
{
color: #ABCDB3;
}
.AnyTagClassName
{
color: #ABCDB3;
}
</style>
background-color css
<style>
a { background-color: #ABCDB3; }
a { background-color: rgb(171,205,179); }
div.DivClassName
{
background-color: #ABCDB3;
}
.BgClassName
{
background-color: #ABCDB3;
}
</style>
border-color css
<style>
span { border-color: #ABCDB3; }
span { border-color: rgb(171,205,179); }
td.TdClassName
{
border-color: #ABCDB3;
}
.TagClassName
{
border-color: #ABCDB3;
}
</style>