Shades of Gum Leaf #ABCBB1
Tints of Gum Leaf #ABCBB1
RGB
CMYK
RGB Variations
Color information
#ABCBB1 (or 0xABCBB1) is known color: Gum Leaf. HEX triplet: AB, CB and B1. RGB value is (171,203,177). Sum of RGB (Red+Green+Blue) = 171+203+177=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCBB1 is #54344E. Grayscale: #BEBEBE. Windows color (decimal): -5518415 or 11652011. OLE color: 11652011.
HSL color Cylindrical-coordinate representation of color #ABCBB1: hue angle of 131.25º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABCBB1 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 177 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.20 |
| HSL | 131.25º | 0.24% | 0.73% | - |
| HSV(B) | 131.25º | 0.16% | 0.8% | - |
| XYZ | 46.09 | 54.54 | 49.69 | - |
| YUV | 190.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 177 | 0.16 | 0 | 0.13 | 0.20 | 131.25 | 0.24 | 0.73 |
| Hex | AB | CB | B1 | 10 | 0 | D | 14 | 83 | 18 | 49 |
| Octal | 253 | 313 | 261 | 20 | 0 | 15 | 24 | 203 | 30 | 111 |
| Binary | 10101011 | 11001011 | 10110001 | 10000 | 0 | 1101 | 10100 | 10000011 | 11000 | 1001001 |
Color Harmonies of #ABCBB1
Complementary color
Monochromatic Colors of #ABCBB1
Black with #ABCBB1
Text Example
Text Example
White with #ABCBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCBB1; }
p { color: rgb(171,203,177); }
H1.HeaderClassName
{
color: #ABCBB1;
}
.AnyTagClassName
{
color: #ABCBB1;
}
</style>
background-color css
<style>
a { background-color: #ABCBB1; }
a { background-color: rgb(171,203,177); }
div.DivClassName
{
background-color: #ABCBB1;
}
.BgClassName
{
background-color: #ABCBB1;
}
</style>
border-color css
<style>
span { border-color: #ABCBB1; }
span { border-color: rgb(171,203,177); }
td.TdClassName
{
border-color: #ABCBB1;
}
.TagClassName
{
border-color: #ABCBB1;
}
</style>