Shades of Gum Leaf #ACC4B2
Tints of Gum Leaf #ACC4B2
RGB
CMYK
RGB Variations
Color information
#ACC4B2 (or 0xACC4B2) is known color: Gum Leaf. HEX triplet: AC, C4 and B2. RGB value is (172,196,178). Sum of RGB (Red+Green+Blue) = 172+196+178=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC4B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC4B2 is #533B4D. Grayscale: #BABABA. Windows color (decimal): -5454670 or 11715756. OLE color: 11715756.
HSL color Cylindrical-coordinate representation of color #ACC4B2: hue angle of 135º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACC4B2 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 178 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.23 |
| HSL | 135º | 0.17% | 0.72% | - |
| HSV(B) | 135º | 0.12% | 0.77% | - |
| XYZ | 44.79 | 51.46 | 49.69 | - |
| YUV | 186.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 178 | 0.12 | 0 | 0.09 | 0.23 | 135 | 0.17 | 0.72 |
| Hex | AC | C4 | B2 | C | 0 | 9 | 17 | 87 | 11 | 48 |
| Octal | 254 | 304 | 262 | 14 | 0 | 11 | 27 | 207 | 21 | 110 |
| Binary | 10101100 | 11000100 | 10110010 | 1100 | 0 | 1001 | 10111 | 10000111 | 10001 | 1001000 |
Color Harmonies of #ACC4B2
Complementary color
Monochromatic Colors of #ACC4B2
Black with #ACC4B2
Text Example
Text Example
White with #ACC4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC4B2; }
p { color: rgb(172,196,178); }
H1.HeaderClassName
{
color: #ACC4B2;
}
.AnyTagClassName
{
color: #ACC4B2;
}
</style>
background-color css
<style>
a { background-color: #ACC4B2; }
a { background-color: rgb(172,196,178); }
div.DivClassName
{
background-color: #ACC4B2;
}
.BgClassName
{
background-color: #ACC4B2;
}
</style>
border-color css
<style>
span { border-color: #ACC4B2; }
span { border-color: rgb(172,196,178); }
td.TdClassName
{
border-color: #ACC4B2;
}
.TagClassName
{
border-color: #ACC4B2;
}
</style>