Shades of Gum Leaf #ABC9B0
Tints of Gum Leaf #ABC9B0
RGB
CMYK
RGB Variations
Color information
#ABC9B0 (or 0xABC9B0) is known color: Gum Leaf. HEX triplet: AB, C9 and B0. RGB value is (171,201,176). Sum of RGB (Red+Green+Blue) = 171+201+176=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC9B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC9B0 is #54364F. Grayscale: #BDBDBD. Windows color (decimal): -5518928 or 11585963. OLE color: 11585963.
HSL color Cylindrical-coordinate representation of color #ABC9B0: hue angle of 130º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABC9B0 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 176 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.21 |
| HSL | 130º | 0.22% | 0.73% | - |
| HSV(B) | 130º | 0.15% | 0.79% | - |
| XYZ | 45.52 | 53.57 | 49.01 | - |
| YUV | 189.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 176 | 0.15 | 0 | 0.12 | 0.21 | 130 | 0.22 | 0.73 |
| Hex | AB | C9 | B0 | F | 0 | C | 15 | 82 | 16 | 49 |
| Octal | 253 | 311 | 260 | 17 | 0 | 14 | 25 | 202 | 26 | 111 |
| Binary | 10101011 | 11001001 | 10110000 | 1111 | 0 | 1100 | 10101 | 10000010 | 10110 | 1001001 |
Color Harmonies of #ABC9B0
Complementary color
Monochromatic Colors of #ABC9B0
Black with #ABC9B0
Text Example
Text Example
White with #ABC9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC9B0; }
p { color: rgb(171,201,176); }
H1.HeaderClassName
{
color: #ABC9B0;
}
.AnyTagClassName
{
color: #ABC9B0;
}
</style>
background-color css
<style>
a { background-color: #ABC9B0; }
a { background-color: rgb(171,201,176); }
div.DivClassName
{
background-color: #ABC9B0;
}
.BgClassName
{
background-color: #ABC9B0;
}
</style>
border-color css
<style>
span { border-color: #ABC9B0; }
span { border-color: rgb(171,201,176); }
td.TdClassName
{
border-color: #ABC9B0;
}
.TagClassName
{
border-color: #ABC9B0;
}
</style>