Shades of Gum Leaf #ACC2B2
Tints of Gum Leaf #ACC2B2
RGB
CMYK
RGB Variations
Color information
#ACC2B2 (or 0xACC2B2) is known color: Gum Leaf. HEX triplet: AC, C2 and B2. RGB value is (172,194,178). Sum of RGB (Red+Green+Blue) = 172+194+178=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC2B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC2B2 is #533D4D. Grayscale: #B9B9B9. Windows color (decimal): -5455182 or 11715244. OLE color: 11715244.
HSL color Cylindrical-coordinate representation of color #ACC2B2: hue angle of 136.36º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACC2B2 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
RGB | 172 | 194 | 178 | - |
CMYK | 0.11 | 0 | 0.08 | 0.24 |
HSL | 136.36º | 0.15% | 0.72% | - |
HSV(B) | 136.36º | 0.11% | 0.76% | - |
XYZ | 44.34 | 50.57 | 49.54 | - |
YUV | 185.6 | 123.71 | 118.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 194 | 178 | 0.11 | 0 | 0.08 | 0.24 | 136.36 | 0.15 | 0.72 |
Hex | AC | C2 | B2 | B | 0 | 8 | 18 | 88 | F | 48 |
Octal | 254 | 302 | 262 | 13 | 0 | 10 | 30 | 210 | 17 | 110 |
Binary | 10101100 | 11000010 | 10110010 | 1011 | 0 | 1000 | 11000 | 10001000 | 1111 | 1001000 |
Color Harmonies of #ACC2B2
Complementary color
Monochromatic Colors of #ACC2B2
Black with #ACC2B2
Text Example
Text Example
White with #ACC2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC2B2; }
p { color: rgb(172,194,178); }
H1.HeaderClassName
{
color: #ACC2B2;
}
.AnyTagClassName
{
color: #ACC2B2;
}
</style>
background-color css
<style>
a { background-color: #ACC2B2; }
a { background-color: rgb(172,194,178); }
div.DivClassName
{
background-color: #ACC2B2;
}
.BgClassName
{
background-color: #ACC2B2;
}
</style>
border-color css
<style>
span { border-color: #ACC2B2; }
span { border-color: rgb(172,194,178); }
td.TdClassName
{
border-color: #ACC2B2;
}
.TagClassName
{
border-color: #ACC2B2;
}
</style>