Shades of Gum Leaf #ABBDB0
Tints of Gum Leaf #ABBDB0
RGB
CMYK
RGB Variations
Color information
#ABBDB0 (or 0xABBDB0) is known color: Gum Leaf. HEX triplet: AB, BD and B0. RGB value is (171,189,176). Sum of RGB (Red+Green+Blue) = 171+189+176=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 176 (69.14% from 255 or 32.84% from 536); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBDB0 is #54424F. Grayscale: #B6B6B6. Windows color (decimal): -5522000 or 11582891. OLE color: 11582891.
HSL color Cylindrical-coordinate representation of color #ABBDB0: hue angle of 136.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBDB0 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
RGB | 171 | 189 | 176 | - |
CMYK | 0.10 | 0 | 0.07 | 0.26 |
HSL | 136.67º | 0.12% | 0.71% | - |
HSV(B) | 136.67º | 0.1% | 0.74% | - |
XYZ | 42.83 | 48.19 | 48.12 | - |
YUV | 182.14 | 124.54 | 120.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 189 | 176 | 0.10 | 0 | 0.07 | 0.26 | 136.67 | 0.12 | 0.71 |
Hex | AB | BD | B0 | A | 0 | 7 | 1A | 89 | C | 47 |
Octal | 253 | 275 | 260 | 12 | 0 | 7 | 32 | 211 | 14 | 107 |
Binary | 10101011 | 10111101 | 10110000 | 1010 | 0 | 111 | 11010 | 10001001 | 1100 | 1000111 |
Color Harmonies of #ABBDB0
Complementary color
Monochromatic Colors of #ABBDB0
Black with #ABBDB0
Text Example
Text Example
White with #ABBDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBDB0; }
p { color: rgb(171,189,176); }
H1.HeaderClassName
{
color: #ABBDB0;
}
.AnyTagClassName
{
color: #ABBDB0;
}
</style>
background-color css
<style>
a { background-color: #ABBDB0; }
a { background-color: rgb(171,189,176); }
div.DivClassName
{
background-color: #ABBDB0;
}
.BgClassName
{
background-color: #ABBDB0;
}
</style>
border-color css
<style>
span { border-color: #ABBDB0; }
span { border-color: rgb(171,189,176); }
td.TdClassName
{
border-color: #ABBDB0;
}
.TagClassName
{
border-color: #ABBDB0;
}
</style>