Shades of Gum Leaf #ACCBB3
Tints of Gum Leaf #ACCBB3
RGB
CMYK
RGB Variations
Color information
#ACCBB3 (or 0xACCBB3) is known color: Gum Leaf. HEX triplet: AC, CB and B3. RGB value is (172,203,179). Sum of RGB (Red+Green+Blue) = 172+203+179=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBB3 is #53344C. Grayscale: #BFBFBF. Windows color (decimal): -5452877 or 11783084. OLE color: 11783084.
HSL color Cylindrical-coordinate representation of color #ACCBB3: hue angle of 133.55º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACCBB3 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 179 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.20 |
| HSL | 133.55º | 0.23% | 0.74% | - |
| HSV(B) | 133.55º | 0.15% | 0.8% | - |
| XYZ | 46.51 | 54.74 | 50.76 | - |
| YUV | 191 | 121.23 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 179 | 0.15 | 0 | 0.12 | 0.20 | 133.55 | 0.23 | 0.74 |
| Hex | AC | CB | B3 | F | 0 | C | 14 | 86 | 17 | 4A |
| Octal | 254 | 313 | 263 | 17 | 0 | 14 | 24 | 206 | 27 | 112 |
| Binary | 10101100 | 11001011 | 10110011 | 1111 | 0 | 1100 | 10100 | 10000110 | 10111 | 1001010 |
Color Harmonies of #ACCBB3
Complementary color
Monochromatic Colors of #ACCBB3
Black with #ACCBB3
Text Example
Text Example
White with #ACCBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCBB3; }
p { color: rgb(172,203,179); }
H1.HeaderClassName
{
color: #ACCBB3;
}
.AnyTagClassName
{
color: #ACCBB3;
}
</style>
background-color css
<style>
a { background-color: #ACCBB3; }
a { background-color: rgb(172,203,179); }
div.DivClassName
{
background-color: #ACCBB3;
}
.BgClassName
{
background-color: #ACCBB3;
}
</style>
border-color css
<style>
span { border-color: #ACCBB3; }
span { border-color: rgb(172,203,179); }
td.TdClassName
{
border-color: #ACCBB3;
}
.TagClassName
{
border-color: #ACCBB3;
}
</style>