Shades of Gum Leaf #ACCAB2
Tints of Gum Leaf #ACCAB2
RGB
CMYK
RGB Variations
Color information
#ACCAB2 (or 0xACCAB2) is known color: Gum Leaf. HEX triplet: AC, CA and B2. RGB value is (172,202,178). Sum of RGB (Red+Green+Blue) = 172+202+178=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCAB2 is #53354D. Grayscale: #BEBEBE. Windows color (decimal): -5453134 or 11717292. OLE color: 11717292.
HSL color Cylindrical-coordinate representation of color #ACCAB2: hue angle of 132º 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 #ACCAB2 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
RGB | 172 | 202 | 178 | - |
CMYK | 0.15 | 0 | 0.12 | 0.21 |
HSL | 132º | 0.22% | 0.73% | - |
HSV(B) | 132º | 0.15% | 0.79% | - |
XYZ | 46.17 | 54.23 | 50.15 | - |
YUV | 190.29 | 121.06 | 114.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 202 | 178 | 0.15 | 0 | 0.12 | 0.21 | 132 | 0.22 | 0.73 |
Hex | AC | CA | B2 | F | 0 | C | 15 | 84 | 16 | 49 |
Octal | 254 | 312 | 262 | 17 | 0 | 14 | 25 | 204 | 26 | 111 |
Binary | 10101100 | 11001010 | 10110010 | 1111 | 0 | 1100 | 10101 | 10000100 | 10110 | 1001001 |
Color Harmonies of #ACCAB2
Complementary color
Monochromatic Colors of #ACCAB2
Black with #ACCAB2
Text Example
Text Example
White with #ACCAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCAB2; }
p { color: rgb(172,202,178); }
H1.HeaderClassName
{
color: #ACCAB2;
}
.AnyTagClassName
{
color: #ACCAB2;
}
</style>
background-color css
<style>
a { background-color: #ACCAB2; }
a { background-color: rgb(172,202,178); }
div.DivClassName
{
background-color: #ACCAB2;
}
.BgClassName
{
background-color: #ACCAB2;
}
</style>
border-color css
<style>
span { border-color: #ACCAB2; }
span { border-color: rgb(172,202,178); }
td.TdClassName
{
border-color: #ACCAB2;
}
.TagClassName
{
border-color: #ACCAB2;
}
</style>