Shades of Gum Leaf #ACB9B0
Tints of Gum Leaf #ACB9B0
RGB
CMYK
RGB Variations
Color information
#ACB9B0 (or 0xACB9B0) is known color: Gum Leaf. HEX triplet: AC, B9 and B0. RGB value is (172,185,176). Sum of RGB (Red+Green+Blue) = 172+185+176=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB9B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB9B0 is #53464F. Grayscale: #B4B4B4. Windows color (decimal): -5457488 or 11581868. OLE color: 11581868.
HSL color Cylindrical-coordinate representation of color #ACB9B0: hue angle of 138.46º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ACB9B0 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 176 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.27 |
| HSL | 138.46º | 0.08% | 0.7% | - |
| HSV(B) | 138.46º | 0.07% | 0.73% | - |
| XYZ | 42.2 | 46.6 | 47.85 | - |
| YUV | 180.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 176 | 0.07 | 0 | 0.05 | 0.27 | 138.46 | 0.08 | 0.7 |
| Hex | AC | B9 | B0 | 7 | 0 | 5 | 1B | 8A | 8 | 46 |
| Octal | 254 | 271 | 260 | 7 | 0 | 5 | 33 | 212 | 10 | 106 |
| Binary | 10101100 | 10111001 | 10110000 | 111 | 0 | 101 | 11011 | 10001010 | 1000 | 1000110 |
Color Harmonies of #ACB9B0
Complementary color
Monochromatic Colors of #ACB9B0
Black with #ACB9B0
Text Example
Text Example
White with #ACB9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB9B0; }
p { color: rgb(172,185,176); }
H1.HeaderClassName
{
color: #ACB9B0;
}
.AnyTagClassName
{
color: #ACB9B0;
}
</style>
background-color css
<style>
a { background-color: #ACB9B0; }
a { background-color: rgb(172,185,176); }
div.DivClassName
{
background-color: #ACB9B0;
}
.BgClassName
{
background-color: #ACB9B0;
}
</style>
border-color css
<style>
span { border-color: #ACB9B0; }
span { border-color: rgb(172,185,176); }
td.TdClassName
{
border-color: #ACB9B0;
}
.TagClassName
{
border-color: #ACB9B0;
}
</style>