Shades of Gum Leaf #ACC5B1
Tints of Gum Leaf #ACC5B1
RGB
CMYK
RGB Variations
Color information
#ACC5B1 (or 0xACC5B1) is known color: Gum Leaf. HEX triplet: AC, C5 and B1. RGB value is (172,197,177). Sum of RGB (Red+Green+Blue) = 172+197+177=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC5B1 is #533A4E. Grayscale: #BBBBBB. Windows color (decimal): -5454415 or 11650476. OLE color: 11650476.
HSL color Cylindrical-coordinate representation of color #ACC5B1: hue angle of 132º 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 #ACC5B1 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 177 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.23 |
| HSL | 132º | 0.18% | 0.72% | - |
| HSV(B) | 132º | 0.13% | 0.77% | - |
| XYZ | 44.92 | 51.88 | 49.24 | - |
| YUV | 187.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 177 | 0.13 | 0 | 0.10 | 0.23 | 132 | 0.18 | 0.72 |
| Hex | AC | C5 | B1 | D | 0 | A | 17 | 84 | 12 | 48 |
| Octal | 254 | 305 | 261 | 15 | 0 | 12 | 27 | 204 | 22 | 110 |
| Binary | 10101100 | 11000101 | 10110001 | 1101 | 0 | 1010 | 10111 | 10000100 | 10010 | 1001000 |
Color Harmonies of #ACC5B1
Complementary color
Monochromatic Colors of #ACC5B1
Black with #ACC5B1
Text Example
Text Example
White with #ACC5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC5B1; }
p { color: rgb(172,197,177); }
H1.HeaderClassName
{
color: #ACC5B1;
}
.AnyTagClassName
{
color: #ACC5B1;
}
</style>
background-color css
<style>
a { background-color: #ACC5B1; }
a { background-color: rgb(172,197,177); }
div.DivClassName
{
background-color: #ACC5B1;
}
.BgClassName
{
background-color: #ACC5B1;
}
</style>
border-color css
<style>
span { border-color: #ACC5B1; }
span { border-color: rgb(172,197,177); }
td.TdClassName
{
border-color: #ACC5B1;
}
.TagClassName
{
border-color: #ACC5B1;
}
</style>