Shades of Gum Leaf #ABCDB7
Tints of Gum Leaf #ABCDB7
RGB
CMYK
RGB Variations
Color information
#ABCDB7 (or 0xABCDB7) is known color: Gum Leaf. HEX triplet: AB, CD and B7. RGB value is (171,205,183). Sum of RGB (Red+Green+Blue) = 171+205+183=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDB7 is #543248. Grayscale: #C0C0C0. Windows color (decimal): -5517897 or 12045739. OLE color: 12045739.
HSL color Cylindrical-coordinate representation of color #ABCDB7: hue angle of 141.18º 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 #ABCDB7 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 183 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.20 |
| HSL | 141.18º | 0.25% | 0.74% | - |
| HSV(B) | 141.18º | 0.17% | 0.8% | - |
| XYZ | 47.17 | 55.74 | 53.07 | - |
| YUV | 192.33 | 122.74 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 183 | 0.17 | 0 | 0.11 | 0.20 | 141.18 | 0.25 | 0.74 |
| Hex | AB | CD | B7 | 11 | 0 | B | 14 | 8D | 19 | 4A |
| Octal | 253 | 315 | 267 | 21 | 0 | 13 | 24 | 215 | 31 | 112 |
| Binary | 10101011 | 11001101 | 10110111 | 10001 | 0 | 1011 | 10100 | 10001101 | 11001 | 1001010 |
Color Harmonies of #ABCDB7
Complementary color
Monochromatic Colors of #ABCDB7
Black with #ABCDB7
Text Example
Text Example
White with #ABCDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCDB7; }
p { color: rgb(171,205,183); }
H1.HeaderClassName
{
color: #ABCDB7;
}
.AnyTagClassName
{
color: #ABCDB7;
}
</style>
background-color css
<style>
a { background-color: #ABCDB7; }
a { background-color: rgb(171,205,183); }
div.DivClassName
{
background-color: #ABCDB7;
}
.BgClassName
{
background-color: #ABCDB7;
}
</style>
border-color css
<style>
span { border-color: #ABCDB7; }
span { border-color: rgb(171,205,183); }
td.TdClassName
{
border-color: #ABCDB7;
}
.TagClassName
{
border-color: #ABCDB7;
}
</style>