Shades of Gum Leaf #ABCFB1
Tints of Gum Leaf #ABCFB1
RGB
CMYK
RGB Variations
Color information
#ABCFB1 (or 0xABCFB1) is known color: Gum Leaf. HEX triplet: AB, CF and B1. RGB value is (171,207,177). Sum of RGB (Red+Green+Blue) = 171+207+177=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCFB1 is #54304E. Grayscale: #C0C0C0. Windows color (decimal): -5517391 or 11653035. OLE color: 11653035.
HSL color Cylindrical-coordinate representation of color #ABCFB1: hue angle of 130º degrees, saturation: 0.27, 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 #ABCFB1 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 177 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.19 |
| HSL | 130º | 0.27% | 0.74% | - |
| HSV(B) | 130º | 0.17% | 0.81% | - |
| XYZ | 47.04 | 56.46 | 50.01 | - |
| YUV | 192.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 177 | 0.17 | 0 | 0.14 | 0.19 | 130 | 0.27 | 0.74 |
| Hex | AB | CF | B1 | 11 | 0 | E | 13 | 82 | 1B | 4A |
| Octal | 253 | 317 | 261 | 21 | 0 | 16 | 23 | 202 | 33 | 112 |
| Binary | 10101011 | 11001111 | 10110001 | 10001 | 0 | 1110 | 10011 | 10000010 | 11011 | 1001010 |
Color Harmonies of #ABCFB1
Complementary color
Monochromatic Colors of #ABCFB1
Black with #ABCFB1
Text Example
Text Example
White with #ABCFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFB1; }
p { color: rgb(171,207,177); }
H1.HeaderClassName
{
color: #ABCFB1;
}
.AnyTagClassName
{
color: #ABCFB1;
}
</style>
background-color css
<style>
a { background-color: #ABCFB1; }
a { background-color: rgb(171,207,177); }
div.DivClassName
{
background-color: #ABCFB1;
}
.BgClassName
{
background-color: #ABCFB1;
}
</style>
border-color css
<style>
span { border-color: #ABCFB1; }
span { border-color: rgb(171,207,177); }
td.TdClassName
{
border-color: #ABCFB1;
}
.TagClassName
{
border-color: #ABCFB1;
}
</style>