Shades of Gum Leaf #ABC5B0
Tints of Gum Leaf #ABC5B0
RGB
CMYK
RGB Variations
Color information
#ABC5B0 (or 0xABC5B0) is known color: Gum Leaf. HEX triplet: AB, C5 and B0. RGB value is (171,197,176). Sum of RGB (Red+Green+Blue) = 171+197+176=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC5B0 is #543A4F. Grayscale: #BABABA. Windows color (decimal): -5519952 or 11584939. OLE color: 11584939.
HSL color Cylindrical-coordinate representation of color #ABC5B0: hue angle of 131.54º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABC5B0 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 176 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.23 |
| HSL | 131.54º | 0.18% | 0.72% | - |
| HSV(B) | 131.54º | 0.13% | 0.77% | - |
| XYZ | 44.6 | 51.73 | 48.71 | - |
| YUV | 186.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 176 | 0.13 | 0 | 0.11 | 0.23 | 131.54 | 0.18 | 0.72 |
| Hex | AB | C5 | B0 | D | 0 | B | 17 | 84 | 12 | 48 |
| Octal | 253 | 305 | 260 | 15 | 0 | 13 | 27 | 204 | 22 | 110 |
| Binary | 10101011 | 11000101 | 10110000 | 1101 | 0 | 1011 | 10111 | 10000100 | 10010 | 1001000 |
Color Harmonies of #ABC5B0
Complementary color
Monochromatic Colors of #ABC5B0
Black with #ABC5B0
Text Example
Text Example
White with #ABC5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC5B0; }
p { color: rgb(171,197,176); }
H1.HeaderClassName
{
color: #ABC5B0;
}
.AnyTagClassName
{
color: #ABC5B0;
}
</style>
background-color css
<style>
a { background-color: #ABC5B0; }
a { background-color: rgb(171,197,176); }
div.DivClassName
{
background-color: #ABC5B0;
}
.BgClassName
{
background-color: #ABC5B0;
}
</style>
border-color css
<style>
span { border-color: #ABC5B0; }
span { border-color: rgb(171,197,176); }
td.TdClassName
{
border-color: #ABC5B0;
}
.TagClassName
{
border-color: #ABC5B0;
}
</style>