Shades of Gum Leaf #A9C9B2
Tints of Gum Leaf #A9C9B2
RGB
CMYK
RGB Variations
Color information
#A9C9B2 (or 0xA9C9B2) is known color: Gum Leaf. HEX triplet: A9, C9 and B2. RGB value is (169,201,178). Sum of RGB (Red+Green+Blue) = 169+201+178=548 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.84% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C9B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C9B2 is #56364D. Grayscale: #BCBCBC. Windows color (decimal): -5649998 or 11717033. OLE color: 11717033.
HSL color Cylindrical-coordinate representation of color #A9C9B2: hue angle of 136.88º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9C9B2 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 201 | 178 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.21 |
| HSL | 136.88º | 0.23% | 0.73% | - |
| HSV(B) | 136.88º | 0.16% | 0.79% | - |
| XYZ | 45.28 | 53.42 | 50.04 | - |
| YUV | 188.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 201 | 178 | 0.16 | 0 | 0.11 | 0.21 | 136.88 | 0.23 | 0.73 |
| Hex | A9 | C9 | B2 | 10 | 0 | B | 15 | 89 | 17 | 49 |
| Octal | 251 | 311 | 262 | 20 | 0 | 13 | 25 | 211 | 27 | 111 |
| Binary | 10101001 | 11001001 | 10110010 | 10000 | 0 | 1011 | 10101 | 10001001 | 10111 | 1001001 |
Color Harmonies of #A9C9B2
Complementary color
Monochromatic Colors of #A9C9B2
Black with #A9C9B2
Text Example
Text Example
White with #A9C9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C9B2; }
p { color: rgb(169,201,178); }
H1.HeaderClassName
{
color: #A9C9B2;
}
.AnyTagClassName
{
color: #A9C9B2;
}
</style>
background-color css
<style>
a { background-color: #A9C9B2; }
a { background-color: rgb(169,201,178); }
div.DivClassName
{
background-color: #A9C9B2;
}
.BgClassName
{
background-color: #A9C9B2;
}
</style>
border-color css
<style>
span { border-color: #A9C9B2; }
span { border-color: rgb(169,201,178); }
td.TdClassName
{
border-color: #A9C9B2;
}
.TagClassName
{
border-color: #A9C9B2;
}
</style>