Shades of Gum Leaf #ACBEB2
Tints of Gum Leaf #ACBEB2
RGB
CMYK
RGB Variations
Color information
#ACBEB2 (or 0xACBEB2) is known color: Gum Leaf. HEX triplet: AC, BE and B2. RGB value is (172,190,178). Sum of RGB (Red+Green+Blue) = 172+190+178=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 178 (69.92% from 255 or 32.96% from 540); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBEB2 is #53414D. Grayscale: #B7B7B7. Windows color (decimal): -5456206 or 11714220. OLE color: 11714220.
HSL color Cylindrical-coordinate representation of color #ACBEB2: hue angle of 140º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACBEB2 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
RGB | 172 | 190 | 178 | - |
CMYK | 0.09 | 0 | 0.06 | 0.25 |
HSL | 140º | 0.12% | 0.71% | - |
HSV(B) | 140º | 0.09% | 0.75% | - |
XYZ | 43.46 | 48.81 | 49.25 | - |
YUV | 183.25 | 125.04 | 119.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 190 | 178 | 0.09 | 0 | 0.06 | 0.25 | 140 | 0.12 | 0.71 |
Hex | AC | BE | B2 | 9 | 0 | 6 | 19 | 8C | C | 47 |
Octal | 254 | 276 | 262 | 11 | 0 | 6 | 31 | 214 | 14 | 107 |
Binary | 10101100 | 10111110 | 10110010 | 1001 | 0 | 110 | 11001 | 10001100 | 1100 | 1000111 |
Color Harmonies of #ACBEB2
Complementary color
Monochromatic Colors of #ACBEB2
Black with #ACBEB2
Text Example
Text Example
White with #ACBEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBEB2; }
p { color: rgb(172,190,178); }
H1.HeaderClassName
{
color: #ACBEB2;
}
.AnyTagClassName
{
color: #ACBEB2;
}
</style>
background-color css
<style>
a { background-color: #ACBEB2; }
a { background-color: rgb(172,190,178); }
div.DivClassName
{
background-color: #ACBEB2;
}
.BgClassName
{
background-color: #ACBEB2;
}
</style>
border-color css
<style>
span { border-color: #ACBEB2; }
span { border-color: rgb(172,190,178); }
td.TdClassName
{
border-color: #ACBEB2;
}
.TagClassName
{
border-color: #ACBEB2;
}
</style>