Shades of Gum Leaf #ABCBB0
Tints of Gum Leaf #ABCBB0
RGB
CMYK
RGB Variations
Color information
#ABCBB0 (or 0xABCBB0) is known color: Gum Leaf. HEX triplet: AB, CB and B0. RGB value is (171,203,176). Sum of RGB (Red+Green+Blue) = 171+203+176=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCBB0 is #54344F. Grayscale: #BEBEBE. Windows color (decimal): -5518416 or 11586475. OLE color: 11586475.
HSL color Cylindrical-coordinate representation of color #ABCBB0: hue angle of 129.38º 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 #ABCBB0 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 176 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.20 |
| HSL | 129.38º | 0.24% | 0.73% | - |
| HSV(B) | 129.38º | 0.16% | 0.8% | - |
| XYZ | 45.99 | 54.5 | 49.17 | - |
| YUV | 190.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 176 | 0.16 | 0 | 0.13 | 0.20 | 129.38 | 0.24 | 0.73 |
| Hex | AB | CB | B0 | 10 | 0 | D | 14 | 81 | 18 | 49 |
| Octal | 253 | 313 | 260 | 20 | 0 | 15 | 24 | 201 | 30 | 111 |
| Binary | 10101011 | 11001011 | 10110000 | 10000 | 0 | 1101 | 10100 | 10000001 | 11000 | 1001001 |
Color Harmonies of #ABCBB0
Complementary color
Monochromatic Colors of #ABCBB0
Black with #ABCBB0
Text Example
Text Example
White with #ABCBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCBB0; }
p { color: rgb(171,203,176); }
H1.HeaderClassName
{
color: #ABCBB0;
}
.AnyTagClassName
{
color: #ABCBB0;
}
</style>
background-color css
<style>
a { background-color: #ABCBB0; }
a { background-color: rgb(171,203,176); }
div.DivClassName
{
background-color: #ABCBB0;
}
.BgClassName
{
background-color: #ABCBB0;
}
</style>
border-color css
<style>
span { border-color: #ABCBB0; }
span { border-color: rgb(171,203,176); }
td.TdClassName
{
border-color: #ABCBB0;
}
.TagClassName
{
border-color: #ABCBB0;
}
</style>