Shades of Gum Leaf #ACCDB2
Tints of Gum Leaf #ACCDB2
RGB
CMYK
RGB Variations
Color information
#ACCDB2 (or 0xACCDB2) is known color: Gum Leaf. HEX triplet: AC, CD and B2. RGB value is (172,205,178). Sum of RGB (Red+Green+Blue) = 172+205+178=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCDB2 is #53324D. Grayscale: #C0C0C0. Windows color (decimal): -5452366 or 11718060. OLE color: 11718060.
HSL color Cylindrical-coordinate representation of color #ACCDB2: hue angle of 130.91º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACCDB2 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
RGB | 172 | 205 | 178 | - |
CMYK | 0.16 | 0 | 0.13 | 0.20 |
HSL | 130.91º | 0.25% | 0.74% | - |
HSV(B) | 130.91º | 0.16% | 0.8% | - |
XYZ | 46.88 | 55.65 | 50.39 | - |
YUV | 192.06 | 120.07 | 113.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 205 | 178 | 0.16 | 0 | 0.13 | 0.20 | 130.91 | 0.25 | 0.74 |
Hex | AC | CD | B2 | 10 | 0 | D | 14 | 83 | 19 | 4A |
Octal | 254 | 315 | 262 | 20 | 0 | 15 | 24 | 203 | 31 | 112 |
Binary | 10101100 | 11001101 | 10110010 | 10000 | 0 | 1101 | 10100 | 10000011 | 11001 | 1001010 |
Color Harmonies of #ACCDB2
Complementary color
Monochromatic Colors of #ACCDB2
Black with #ACCDB2
Text Example
Text Example
White with #ACCDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDB2; }
p { color: rgb(172,205,178); }
H1.HeaderClassName
{
color: #ACCDB2;
}
.AnyTagClassName
{
color: #ACCDB2;
}
</style>
background-color css
<style>
a { background-color: #ACCDB2; }
a { background-color: rgb(172,205,178); }
div.DivClassName
{
background-color: #ACCDB2;
}
.BgClassName
{
background-color: #ACCDB2;
}
</style>
border-color css
<style>
span { border-color: #ACCDB2; }
span { border-color: rgb(172,205,178); }
td.TdClassName
{
border-color: #ACCDB2;
}
.TagClassName
{
border-color: #ACCDB2;
}
</style>