Shades of Gum Leaf #ACC9B3
Tints of Gum Leaf #ACC9B3
RGB
CMYK
RGB Variations
Color information
#ACC9B3 (or 0xACC9B3) is known color: Gum Leaf. HEX triplet: AC, C9 and B3. RGB value is (172,201,179). Sum of RGB (Red+Green+Blue) = 172+201+179=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC9B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9B3 is #53364C. Grayscale: #BDBDBD. Windows color (decimal): -5453389 or 11782572. OLE color: 11782572.
HSL color Cylindrical-coordinate representation of color #ACC9B3: hue angle of 134.48º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACC9B3 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 179 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.21 |
| HSL | 134.48º | 0.21% | 0.73% | - |
| HSV(B) | 134.48º | 0.14% | 0.79% | - |
| XYZ | 46.04 | 53.8 | 50.61 | - |
| YUV | 189.82 | 121.89 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 179 | 0.14 | 0 | 0.11 | 0.21 | 134.48 | 0.21 | 0.73 |
| Hex | AC | C9 | B3 | E | 0 | B | 15 | 86 | 15 | 49 |
| Octal | 254 | 311 | 263 | 16 | 0 | 13 | 25 | 206 | 25 | 111 |
| Binary | 10101100 | 11001001 | 10110011 | 1110 | 0 | 1011 | 10101 | 10000110 | 10101 | 1001001 |
Color Harmonies of #ACC9B3
Complementary color
Monochromatic Colors of #ACC9B3
Black with #ACC9B3
Text Example
Text Example
White with #ACC9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC9B3; }
p { color: rgb(172,201,179); }
H1.HeaderClassName
{
color: #ACC9B3;
}
.AnyTagClassName
{
color: #ACC9B3;
}
</style>
background-color css
<style>
a { background-color: #ACC9B3; }
a { background-color: rgb(172,201,179); }
div.DivClassName
{
background-color: #ACC9B3;
}
.BgClassName
{
background-color: #ACC9B3;
}
</style>
border-color css
<style>
span { border-color: #ACC9B3; }
span { border-color: rgb(172,201,179); }
td.TdClassName
{
border-color: #ACC9B3;
}
.TagClassName
{
border-color: #ACC9B3;
}
</style>