Shades of Gum Leaf #ABCAB1
Tints of Gum Leaf #ABCAB1
RGB
CMYK
RGB Variations
Color information
#ABCAB1 (or 0xABCAB1) is known color: Gum Leaf. HEX triplet: AB, CA and B1. RGB value is (171,202,177). Sum of RGB (Red+Green+Blue) = 171+202+177=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCAB1 is #54354E. Grayscale: #BDBDBD. Windows color (decimal): -5518671 or 11651755. OLE color: 11651755.
HSL color Cylindrical-coordinate representation of color #ABCAB1: hue angle of 131.61º degrees, saturation: 0.23, 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 #ABCAB1 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 202 | 177 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.21 |
| HSL | 131.61º | 0.23% | 0.73% | - |
| HSV(B) | 131.61º | 0.15% | 0.79% | - |
| XYZ | 45.85 | 54.07 | 49.62 | - |
| YUV | 189.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 177 | 0.15 | 0 | 0.12 | 0.21 | 131.61 | 0.23 | 0.73 |
| Hex | AB | CA | B1 | F | 0 | C | 15 | 84 | 17 | 49 |
| Octal | 253 | 312 | 261 | 17 | 0 | 14 | 25 | 204 | 27 | 111 |
| Binary | 10101011 | 11001010 | 10110001 | 1111 | 0 | 1100 | 10101 | 10000100 | 10111 | 1001001 |
Color Harmonies of #ABCAB1
Complementary color
Monochromatic Colors of #ABCAB1
Black with #ABCAB1
Text Example
Text Example
White with #ABCAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCAB1; }
p { color: rgb(171,202,177); }
H1.HeaderClassName
{
color: #ABCAB1;
}
.AnyTagClassName
{
color: #ABCAB1;
}
</style>
background-color css
<style>
a { background-color: #ABCAB1; }
a { background-color: rgb(171,202,177); }
div.DivClassName
{
background-color: #ABCAB1;
}
.BgClassName
{
background-color: #ABCAB1;
}
</style>
border-color css
<style>
span { border-color: #ABCAB1; }
span { border-color: rgb(171,202,177); }
td.TdClassName
{
border-color: #ABCAB1;
}
.TagClassName
{
border-color: #ABCAB1;
}
</style>