Shades of Gum Leaf #ACC5B0
Tints of Gum Leaf #ACC5B0
RGB
CMYK
RGB Variations
Color information
#ACC5B0 (or 0xACC5B0) is known color: Gum Leaf. HEX triplet: AC, C5 and B0. RGB value is (172,197,176). Sum of RGB (Red+Green+Blue) = 172+197+176=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC5B0 is #533A4F. Grayscale: #BBBBBB. Windows color (decimal): -5454416 or 11584940. OLE color: 11584940.
HSL color Cylindrical-coordinate representation of color #ACC5B0: hue angle of 129.6º 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 #ACC5B0 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 176 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.23 |
| HSL | 129.6º | 0.18% | 0.72% | - |
| HSV(B) | 129.6º | 0.13% | 0.77% | - |
| XYZ | 44.82 | 51.84 | 48.72 | - |
| YUV | 187.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 176 | 0.13 | 0 | 0.11 | 0.23 | 129.6 | 0.18 | 0.72 |
| Hex | AC | C5 | B0 | D | 0 | B | 17 | 82 | 12 | 48 |
| Octal | 254 | 305 | 260 | 15 | 0 | 13 | 27 | 202 | 22 | 110 |
| Binary | 10101100 | 11000101 | 10110000 | 1101 | 0 | 1011 | 10111 | 10000010 | 10010 | 1001000 |
Color Harmonies of #ACC5B0
Complementary color
Monochromatic Colors of #ACC5B0
Black with #ACC5B0
Text Example
Text Example
White with #ACC5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC5B0; }
p { color: rgb(172,197,176); }
H1.HeaderClassName
{
color: #ACC5B0;
}
.AnyTagClassName
{
color: #ACC5B0;
}
</style>
background-color css
<style>
a { background-color: #ACC5B0; }
a { background-color: rgb(172,197,176); }
div.DivClassName
{
background-color: #ACC5B0;
}
.BgClassName
{
background-color: #ACC5B0;
}
</style>
border-color css
<style>
span { border-color: #ACC5B0; }
span { border-color: rgb(172,197,176); }
td.TdClassName
{
border-color: #ACC5B0;
}
.TagClassName
{
border-color: #ACC5B0;
}
</style>