Shades of Gum Leaf #ABCEB1
Tints of Gum Leaf #ABCEB1
RGB
CMYK
RGB Variations
Color information
#ABCEB1 (or 0xABCEB1) is known color: Gum Leaf. HEX triplet: AB, CE and B1. RGB value is (171,206,177). Sum of RGB (Red+Green+Blue) = 171+206+177=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCEB1 is #54314E. Grayscale: #C0C0C0. Windows color (decimal): -5517647 or 11652779. OLE color: 11652779.
HSL color Cylindrical-coordinate representation of color #ABCEB1: hue angle of 130.29º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCEB1 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 177 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.19 |
| HSL | 130.29º | 0.26% | 0.74% | - |
| HSV(B) | 130.29º | 0.17% | 0.81% | - |
| XYZ | 46.8 | 55.97 | 49.93 | - |
| YUV | 192.23 | 119.4 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 177 | 0.17 | 0 | 0.14 | 0.19 | 130.29 | 0.26 | 0.74 |
| Hex | AB | CE | B1 | 11 | 0 | E | 13 | 82 | 1A | 4A |
| Octal | 253 | 316 | 261 | 21 | 0 | 16 | 23 | 202 | 32 | 112 |
| Binary | 10101011 | 11001110 | 10110001 | 10001 | 0 | 1110 | 10011 | 10000010 | 11010 | 1001010 |
Color Harmonies of #ABCEB1
Complementary color
Monochromatic Colors of #ABCEB1
Black with #ABCEB1
Text Example
Text Example
White with #ABCEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCEB1; }
p { color: rgb(171,206,177); }
H1.HeaderClassName
{
color: #ABCEB1;
}
.AnyTagClassName
{
color: #ABCEB1;
}
</style>
background-color css
<style>
a { background-color: #ABCEB1; }
a { background-color: rgb(171,206,177); }
div.DivClassName
{
background-color: #ABCEB1;
}
.BgClassName
{
background-color: #ABCEB1;
}
</style>
border-color css
<style>
span { border-color: #ABCEB1; }
span { border-color: rgb(171,206,177); }
td.TdClassName
{
border-color: #ABCEB1;
}
.TagClassName
{
border-color: #ABCEB1;
}
</style>