Shades of Gum Leaf #A9CCB3
Tints of Gum Leaf #A9CCB3
RGB
CMYK
RGB Variations
Color information
#A9CCB3 (or 0xA9CCB3) is known color: Gum Leaf. HEX triplet: A9, CC and B3. RGB value is (169,204,179). Sum of RGB (Red+Green+Blue) = 169+204+179=552 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.62% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 204 - color contains mainly: green. Hex color #A9CCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CCB3 is #56334C. Grayscale: #BEBEBE. Windows color (decimal): -5649229 or 11783337. OLE color: 11783337.
HSL color Cylindrical-coordinate representation of color #A9CCB3: hue angle of 137.14º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9CCB3 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 204 | 179 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.2 |
| HSL | 137.14º | 0.26% | 0.73% | - |
| HSV(B) | 137.14º | 0.17% | 0.8% | - |
| XYZ | 46.09 | 54.88 | 50.81 | - |
| YUV | 190.69 | 121.4 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 204 | 179 | 0.17 | 0 | 0.12 | 0.2 | 137.14 | 0.26 | 0.73 |
| Hex | A9 | CC | B3 | 11 | 0 | C | 14 | 89 | 1A | 49 |
| Octal | 251 | 314 | 263 | 21 | 0 | 14 | 24 | 211 | 32 | 111 |
| Binary | 10101001 | 11001100 | 10110011 | 10001 | 0 | 1100 | 10100 | 10001001 | 11010 | 1001001 |
Color Harmonies of #A9CCB3
Complementary color
Monochromatic Colors of #A9CCB3
Black with #A9CCB3
Text Example
Text Example
White with #A9CCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CCB3; }
p { color: rgb(169,204,179); }
H1.HeaderClassName
{
color: #A9CCB3;
}
.AnyTagClassName
{
color: #A9CCB3;
}
</style>
background-color css
<style>
a { background-color: #A9CCB3; }
a { background-color: rgb(169,204,179); }
div.DivClassName
{
background-color: #A9CCB3;
}
.BgClassName
{
background-color: #A9CCB3;
}
</style>
border-color css
<style>
span { border-color: #A9CCB3; }
span { border-color: rgb(169,204,179); }
td.TdClassName
{
border-color: #A9CCB3;
}
.TagClassName
{
border-color: #A9CCB3;
}
</style>