Shades of Gum Leaf #ABCBB7
Tints of Gum Leaf #ABCBB7
RGB
CMYK
RGB Variations
Color information
#ABCBB7 (or 0xABCBB7) is known color: Gum Leaf. HEX triplet: AB, CB and B7. RGB value is (171,203,183). Sum of RGB (Red+Green+Blue) = 171+203+183=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBB7 is #543448. Grayscale: #BFBFBF. Windows color (decimal): -5518409 or 12045227. OLE color: 12045227.
HSL color Cylindrical-coordinate representation of color #ABCBB7: hue angle of 142.5º 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 #ABCBB7 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 183 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.20 |
| HSL | 142.5º | 0.24% | 0.73% | - |
| HSV(B) | 142.5º | 0.16% | 0.8% | - |
| XYZ | 46.7 | 54.79 | 52.91 | - |
| YUV | 191.15 | 123.4 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 183 | 0.16 | 0 | 0.10 | 0.20 | 142.5 | 0.24 | 0.73 |
| Hex | AB | CB | B7 | 10 | 0 | A | 14 | 8E | 18 | 49 |
| Octal | 253 | 313 | 267 | 20 | 0 | 12 | 24 | 216 | 30 | 111 |
| Binary | 10101011 | 11001011 | 10110111 | 10000 | 0 | 1010 | 10100 | 10001110 | 11000 | 1001001 |
Color Harmonies of #ABCBB7
Complementary color
Monochromatic Colors of #ABCBB7
Black with #ABCBB7
Text Example
Text Example
White with #ABCBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCBB7; }
p { color: rgb(171,203,183); }
H1.HeaderClassName
{
color: #ABCBB7;
}
.AnyTagClassName
{
color: #ABCBB7;
}
</style>
background-color css
<style>
a { background-color: #ABCBB7; }
a { background-color: rgb(171,203,183); }
div.DivClassName
{
background-color: #ABCBB7;
}
.BgClassName
{
background-color: #ABCBB7;
}
</style>
border-color css
<style>
span { border-color: #ABCBB7; }
span { border-color: rgb(171,203,183); }
td.TdClassName
{
border-color: #ABCBB7;
}
.TagClassName
{
border-color: #ABCBB7;
}
</style>