Shades of Gum Leaf #ACCAB4
Tints of Gum Leaf #ACCAB4
RGB
CMYK
RGB Variations
Color information
#ACCAB4 (or 0xACCAB4) is known color: Gum Leaf. HEX triplet: AC, CA and B4. RGB value is (172,202,180). Sum of RGB (Red+Green+Blue) = 172+202+180=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAB4 is #53354B. Grayscale: #BEBEBE. Windows color (decimal): -5453132 or 11848364. OLE color: 11848364.
HSL color Cylindrical-coordinate representation of color #ACCAB4: hue angle of 136º 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 #ACCAB4 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
RGB | 172 | 202 | 180 | - |
CMYK | 0.15 | 0 | 0.11 | 0.21 |
HSL | 136º | 0.22% | 0.73% | - |
HSV(B) | 136º | 0.15% | 0.79% | - |
XYZ | 46.37 | 54.31 | 51.22 | - |
YUV | 190.52 | 122.06 | 114.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 202 | 180 | 0.15 | 0 | 0.11 | 0.21 | 136 | 0.22 | 0.73 |
Hex | AC | CA | B4 | F | 0 | B | 15 | 88 | 16 | 49 |
Octal | 254 | 312 | 264 | 17 | 0 | 13 | 25 | 210 | 26 | 111 |
Binary | 10101100 | 11001010 | 10110100 | 1111 | 0 | 1011 | 10101 | 10001000 | 10110 | 1001001 |
Color Harmonies of #ACCAB4
Complementary color
Monochromatic Colors of #ACCAB4
Black with #ACCAB4
Text Example
Text Example
White with #ACCAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCAB4; }
p { color: rgb(172,202,180); }
H1.HeaderClassName
{
color: #ACCAB4;
}
.AnyTagClassName
{
color: #ACCAB4;
}
</style>
background-color css
<style>
a { background-color: #ACCAB4; }
a { background-color: rgb(172,202,180); }
div.DivClassName
{
background-color: #ACCAB4;
}
.BgClassName
{
background-color: #ACCAB4;
}
</style>
border-color css
<style>
span { border-color: #ACCAB4; }
span { border-color: rgb(172,202,180); }
td.TdClassName
{
border-color: #ACCAB4;
}
.TagClassName
{
border-color: #ACCAB4;
}
</style>