Shades of Gum Leaf #ABC2B1
Tints of Gum Leaf #ABC2B1
RGB
CMYK
RGB Variations
Color information
#ABC2B1 (or 0xABC2B1) is known color: Gum Leaf. HEX triplet: AB, C2 and B1. RGB value is (171,194,177). Sum of RGB (Red+Green+Blue) = 171+194+177=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC2B1 is #543D4E. Grayscale: #B9B9B9. Windows color (decimal): -5520719 or 11649707. OLE color: 11649707.
HSL color Cylindrical-coordinate representation of color #ABC2B1: hue angle of 135.65º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABC2B1 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 177 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.24 |
| HSL | 135.65º | 0.16% | 0.72% | - |
| HSV(B) | 135.65º | 0.12% | 0.76% | - |
| XYZ | 44.02 | 50.42 | 49.01 | - |
| YUV | 185.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 177 | 0.12 | 0 | 0.09 | 0.24 | 135.65 | 0.16 | 0.72 |
| Hex | AB | C2 | B1 | C | 0 | 9 | 18 | 88 | 10 | 48 |
| Octal | 253 | 302 | 261 | 14 | 0 | 11 | 30 | 210 | 20 | 110 |
| Binary | 10101011 | 11000010 | 10110001 | 1100 | 0 | 1001 | 11000 | 10001000 | 10000 | 1001000 |
Color Harmonies of #ABC2B1
Complementary color
Monochromatic Colors of #ABC2B1
Black with #ABC2B1
Text Example
Text Example
White with #ABC2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2B1; }
p { color: rgb(171,194,177); }
H1.HeaderClassName
{
color: #ABC2B1;
}
.AnyTagClassName
{
color: #ABC2B1;
}
</style>
background-color css
<style>
a { background-color: #ABC2B1; }
a { background-color: rgb(171,194,177); }
div.DivClassName
{
background-color: #ABC2B1;
}
.BgClassName
{
background-color: #ABC2B1;
}
</style>
border-color css
<style>
span { border-color: #ABC2B1; }
span { border-color: rgb(171,194,177); }
td.TdClassName
{
border-color: #ABC2B1;
}
.TagClassName
{
border-color: #ABC2B1;
}
</style>