Shades of Gum Leaf #ABCCB0
Tints of Gum Leaf #ABCCB0
RGB
CMYK
RGB Variations
Color information
#ABCCB0 (or 0xABCCB0) is known color: Gum Leaf. HEX triplet: AB, CC and B0. RGB value is (171,204,176). Sum of RGB (Red+Green+Blue) = 171+204+176=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCCB0 is #54334F. Grayscale: #BFBFBF. Windows color (decimal): -5518160 or 11586731. OLE color: 11586731.
HSL color Cylindrical-coordinate representation of color #ABCCB0: hue angle of 129.09º 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 #ABCCB0 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 176 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.2 |
| HSL | 129.09º | 0.24% | 0.74% | - |
| HSV(B) | 129.09º | 0.16% | 0.8% | - |
| XYZ | 46.22 | 54.98 | 49.25 | - |
| YUV | 190.94 | 119.57 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 176 | 0.16 | 0 | 0.14 | 0.2 | 129.09 | 0.24 | 0.74 |
| Hex | AB | CC | B0 | 10 | 0 | E | 14 | 81 | 18 | 4A |
| Octal | 253 | 314 | 260 | 20 | 0 | 16 | 24 | 201 | 30 | 112 |
| Binary | 10101011 | 11001100 | 10110000 | 10000 | 0 | 1110 | 10100 | 10000001 | 11000 | 1001010 |
Color Harmonies of #ABCCB0
Complementary color
Monochromatic Colors of #ABCCB0
Black with #ABCCB0
Text Example
Text Example
White with #ABCCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCCB0; }
p { color: rgb(171,204,176); }
H1.HeaderClassName
{
color: #ABCCB0;
}
.AnyTagClassName
{
color: #ABCCB0;
}
</style>
background-color css
<style>
a { background-color: #ABCCB0; }
a { background-color: rgb(171,204,176); }
div.DivClassName
{
background-color: #ABCCB0;
}
.BgClassName
{
background-color: #ABCCB0;
}
</style>
border-color css
<style>
span { border-color: #ABCCB0; }
span { border-color: rgb(171,204,176); }
td.TdClassName
{
border-color: #ABCCB0;
}
.TagClassName
{
border-color: #ABCCB0;
}
</style>