Shades of Gum Leaf #ABCBB2
Tints of Gum Leaf #ABCBB2
RGB
CMYK
RGB Variations
Color information
#ABCBB2 (or 0xABCBB2) is known color: Gum Leaf. HEX triplet: AB, CB and B2. RGB value is (171,203,178). Sum of RGB (Red+Green+Blue) = 171+203+178=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCBB2 is #54344D. Grayscale: #BEBEBE. Windows color (decimal): -5518414 or 11717547. OLE color: 11717547.
HSL color Cylindrical-coordinate representation of color #ABCBB2: hue angle of 133.12º 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 #ABCBB2 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 178 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.20 |
| HSL | 133.13º | 0.24% | 0.73% | - |
| HSV(B) | 133.13º | 0.16% | 0.8% | - |
| XYZ | 46.19 | 54.58 | 50.22 | - |
| YUV | 190.58 | 120.9 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 178 | 0.16 | 0 | 0.12 | 0.20 | 133.13 | 0.24 | 0.73 |
| Hex | AB | CB | B2 | 10 | 0 | C | 14 | 85 | 18 | 49 |
| Octal | 253 | 313 | 262 | 20 | 0 | 14 | 24 | 205 | 30 | 111 |
| Binary | 10101011 | 11001011 | 10110010 | 10000 | 0 | 1100 | 10100 | 10000101 | 11000 | 1001001 |
Color Harmonies of #ABCBB2
Complementary color
Monochromatic Colors of #ABCBB2
Black with #ABCBB2
Text Example
Text Example
White with #ABCBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCBB2; }
p { color: rgb(171,203,178); }
H1.HeaderClassName
{
color: #ABCBB2;
}
.AnyTagClassName
{
color: #ABCBB2;
}
</style>
background-color css
<style>
a { background-color: #ABCBB2; }
a { background-color: rgb(171,203,178); }
div.DivClassName
{
background-color: #ABCBB2;
}
.BgClassName
{
background-color: #ABCBB2;
}
</style>
border-color css
<style>
span { border-color: #ABCBB2; }
span { border-color: rgb(171,203,178); }
td.TdClassName
{
border-color: #ABCBB2;
}
.TagClassName
{
border-color: #ABCBB2;
}
</style>