Shades of Gum Leaf #ACC6B1
Tints of Gum Leaf #ACC6B1
RGB
CMYK
RGB Variations
Color information
#ACC6B1 (or 0xACC6B1) is known color: Gum Leaf. HEX triplet: AC, C6 and B1. RGB value is (172,198,177). Sum of RGB (Red+Green+Blue) = 172+198+177=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC6B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC6B1 is #53394E. Grayscale: #BBBBBB. Windows color (decimal): -5454159 or 11650732. OLE color: 11650732.
HSL color Cylindrical-coordinate representation of color #ACC6B1: hue angle of 131.54º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACC6B1 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 177 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.22 |
| HSL | 131.54º | 0.19% | 0.73% | - |
| HSV(B) | 131.54º | 0.13% | 0.78% | - |
| XYZ | 45.14 | 52.33 | 49.32 | - |
| YUV | 187.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 177 | 0.13 | 0 | 0.11 | 0.22 | 131.54 | 0.19 | 0.73 |
| Hex | AC | C6 | B1 | D | 0 | B | 16 | 84 | 13 | 49 |
| Octal | 254 | 306 | 261 | 15 | 0 | 13 | 26 | 204 | 23 | 111 |
| Binary | 10101100 | 11000110 | 10110001 | 1101 | 0 | 1011 | 10110 | 10000100 | 10011 | 1001001 |
Color Harmonies of #ACC6B1
Complementary color
Monochromatic Colors of #ACC6B1
Black with #ACC6B1
Text Example
Text Example
White with #ACC6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC6B1; }
p { color: rgb(172,198,177); }
H1.HeaderClassName
{
color: #ACC6B1;
}
.AnyTagClassName
{
color: #ACC6B1;
}
</style>
background-color css
<style>
a { background-color: #ACC6B1; }
a { background-color: rgb(172,198,177); }
div.DivClassName
{
background-color: #ACC6B1;
}
.BgClassName
{
background-color: #ACC6B1;
}
</style>
border-color css
<style>
span { border-color: #ACC6B1; }
span { border-color: rgb(172,198,177); }
td.TdClassName
{
border-color: #ACC6B1;
}
.TagClassName
{
border-color: #ACC6B1;
}
</style>