Shades of Gum Leaf #ACCAB0
Tints of Gum Leaf #ACCAB0
RGB
CMYK
RGB Variations
Color information
#ACCAB0 (or 0xACCAB0) is known color: Gum Leaf. HEX triplet: AC, CA and B0. RGB value is (172,202,176). Sum of RGB (Red+Green+Blue) = 172+202+176=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCAB0 is #53354F. Grayscale: #BEBEBE. Windows color (decimal): -5453136 or 11586220. OLE color: 11586220.
HSL color Cylindrical-coordinate representation of color #ACCAB0: hue angle of 128º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACCAB0 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 202 | 176 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.21 |
| HSL | 128º | 0.22% | 0.73% | - |
| HSV(B) | 128º | 0.15% | 0.79% | - |
| XYZ | 45.97 | 54.15 | 49.1 | - |
| YUV | 190.07 | 120.06 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 202 | 176 | 0.15 | 0 | 0.13 | 0.21 | 128 | 0.22 | 0.73 |
| Hex | AC | CA | B0 | F | 0 | D | 15 | 80 | 16 | 49 |
| Octal | 254 | 312 | 260 | 17 | 0 | 15 | 25 | 200 | 26 | 111 |
| Binary | 10101100 | 11001010 | 10110000 | 1111 | 0 | 1101 | 10101 | 10000000 | 10110 | 1001001 |
Color Harmonies of #ACCAB0
Complementary color
Monochromatic Colors of #ACCAB0
Black with #ACCAB0
Text Example
Text Example
White with #ACCAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCAB0; }
p { color: rgb(172,202,176); }
H1.HeaderClassName
{
color: #ACCAB0;
}
.AnyTagClassName
{
color: #ACCAB0;
}
</style>
background-color css
<style>
a { background-color: #ACCAB0; }
a { background-color: rgb(172,202,176); }
div.DivClassName
{
background-color: #ACCAB0;
}
.BgClassName
{
background-color: #ACCAB0;
}
</style>
border-color css
<style>
span { border-color: #ACCAB0; }
span { border-color: rgb(172,202,176); }
td.TdClassName
{
border-color: #ACCAB0;
}
.TagClassName
{
border-color: #ACCAB0;
}
</style>