Shades of Gum Leaf #ABC9B1
Tints of Gum Leaf #ABC9B1
RGB
CMYK
RGB Variations
Color information
#ABC9B1 (or 0xABC9B1) is known color: Gum Leaf. HEX triplet: AB, C9 and B1. RGB value is (171,201,177). Sum of RGB (Red+Green+Blue) = 171+201+177=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 177 (69.53% from 255 or 32.24% from 549); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC9B1 is #54364E. Grayscale: #BDBDBD. Windows color (decimal): -5518927 or 11651499. OLE color: 11651499.
HSL color Cylindrical-coordinate representation of color #ABC9B1: hue angle of 132º 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 #ABC9B1 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 177 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.21 |
| HSL | 132º | 0.22% | 0.73% | - |
| HSV(B) | 132º | 0.15% | 0.79% | - |
| XYZ | 45.62 | 53.61 | 49.54 | - |
| YUV | 189.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 177 | 0.15 | 0 | 0.12 | 0.21 | 132 | 0.22 | 0.73 |
| Hex | AB | C9 | B1 | F | 0 | C | 15 | 84 | 16 | 49 |
| Octal | 253 | 311 | 261 | 17 | 0 | 14 | 25 | 204 | 26 | 111 |
| Binary | 10101011 | 11001001 | 10110001 | 1111 | 0 | 1100 | 10101 | 10000100 | 10110 | 1001001 |
Color Harmonies of #ABC9B1
Complementary color
Monochromatic Colors of #ABC9B1
Black with #ABC9B1
Text Example
Text Example
White with #ABC9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC9B1; }
p { color: rgb(171,201,177); }
H1.HeaderClassName
{
color: #ABC9B1;
}
.AnyTagClassName
{
color: #ABC9B1;
}
</style>
background-color css
<style>
a { background-color: #ABC9B1; }
a { background-color: rgb(171,201,177); }
div.DivClassName
{
background-color: #ABC9B1;
}
.BgClassName
{
background-color: #ABC9B1;
}
</style>
border-color css
<style>
span { border-color: #ABC9B1; }
span { border-color: rgb(171,201,177); }
td.TdClassName
{
border-color: #ABC9B1;
}
.TagClassName
{
border-color: #ABC9B1;
}
</style>