Shades of Gum Leaf #ABCDB4
Tints of Gum Leaf #ABCDB4
RGB
CMYK
RGB Variations
Color information
#ABCDB4 (or 0xABCDB4) is known color: Gum Leaf. HEX triplet: AB, CD and B4. RGB value is (171,205,180). Sum of RGB (Red+Green+Blue) = 171+205+180=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDB4 is #54324B. Grayscale: #C0C0C0. Windows color (decimal): -5517900 or 11849131. OLE color: 11849131.
HSL color Cylindrical-coordinate representation of color #ABCDB4: hue angle of 135.88º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCDB4 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 180 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.20 |
| HSL | 135.88º | 0.25% | 0.74% | - |
| HSV(B) | 135.88º | 0.17% | 0.8% | - |
| XYZ | 46.86 | 55.62 | 51.44 | - |
| YUV | 191.98 | 121.24 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 180 | 0.17 | 0 | 0.12 | 0.20 | 135.88 | 0.25 | 0.74 |
| Hex | AB | CD | B4 | 11 | 0 | C | 14 | 88 | 19 | 4A |
| Octal | 253 | 315 | 264 | 21 | 0 | 14 | 24 | 210 | 31 | 112 |
| Binary | 10101011 | 11001101 | 10110100 | 10001 | 0 | 1100 | 10100 | 10001000 | 11001 | 1001010 |
Color Harmonies of #ABCDB4
Complementary color
Monochromatic Colors of #ABCDB4
Black with #ABCDB4
Text Example
Text Example
White with #ABCDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCDB4; }
p { color: rgb(171,205,180); }
H1.HeaderClassName
{
color: #ABCDB4;
}
.AnyTagClassName
{
color: #ABCDB4;
}
</style>
background-color css
<style>
a { background-color: #ABCDB4; }
a { background-color: rgb(171,205,180); }
div.DivClassName
{
background-color: #ABCDB4;
}
.BgClassName
{
background-color: #ABCDB4;
}
</style>
border-color css
<style>
span { border-color: #ABCDB4; }
span { border-color: rgb(171,205,180); }
td.TdClassName
{
border-color: #ABCDB4;
}
.TagClassName
{
border-color: #ABCDB4;
}
</style>