Shades of Gum Leaf #ABCCB1
Tints of Gum Leaf #ABCCB1
RGB
CMYK
RGB Variations
Color information
#ABCCB1 (or 0xABCCB1) is known color: Gum Leaf. HEX triplet: AB, CC and B1. RGB value is (171,204,177). Sum of RGB (Red+Green+Blue) = 171+204+177=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCCB1 is #54334E. Grayscale: #BFBFBF. Windows color (decimal): -5518159 or 11652267. OLE color: 11652267.
HSL color Cylindrical-coordinate representation of color #ABCCB1: hue angle of 130.91º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABCCB1 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 177 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.2 |
| HSL | 130.91º | 0.24% | 0.74% | - |
| HSV(B) | 130.91º | 0.16% | 0.8% | - |
| XYZ | 46.32 | 55.02 | 49.77 | - |
| YUV | 191.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 177 | 0.16 | 0 | 0.13 | 0.2 | 130.91 | 0.24 | 0.74 |
| Hex | AB | CC | B1 | 10 | 0 | D | 14 | 83 | 18 | 4A |
| Octal | 253 | 314 | 261 | 20 | 0 | 15 | 24 | 203 | 30 | 112 |
| Binary | 10101011 | 11001100 | 10110001 | 10000 | 0 | 1101 | 10100 | 10000011 | 11000 | 1001010 |
Color Harmonies of #ABCCB1
Complementary color
Monochromatic Colors of #ABCCB1
Black with #ABCCB1
Text Example
Text Example
White with #ABCCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCCB1; }
p { color: rgb(171,204,177); }
H1.HeaderClassName
{
color: #ABCCB1;
}
.AnyTagClassName
{
color: #ABCCB1;
}
</style>
background-color css
<style>
a { background-color: #ABCCB1; }
a { background-color: rgb(171,204,177); }
div.DivClassName
{
background-color: #ABCCB1;
}
.BgClassName
{
background-color: #ABCCB1;
}
</style>
border-color css
<style>
span { border-color: #ABCCB1; }
span { border-color: rgb(171,204,177); }
td.TdClassName
{
border-color: #ABCCB1;
}
.TagClassName
{
border-color: #ABCCB1;
}
</style>