Shades of Gum Leaf #A9C9B3
Tints of Gum Leaf #A9C9B3
RGB
CMYK
RGB Variations
Color information
#A9C9B3 (or 0xA9C9B3) is known color: Gum Leaf. HEX triplet: A9, C9 and B3. RGB value is (169,201,179). Sum of RGB (Red+Green+Blue) = 169+201+179=549 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.78% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C9B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C9B3 is #56364C. Grayscale: #BCBCBC. Windows color (decimal): -5649997 or 11782569. OLE color: 11782569.
HSL color Cylindrical-coordinate representation of color #A9C9B3: hue angle of 138.75º 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 #A9C9B3 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 201 | 179 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.21 |
| HSL | 138.75º | 0.23% | 0.73% | - |
| HSV(B) | 138.75º | 0.16% | 0.79% | - |
| XYZ | 45.39 | 53.46 | 50.58 | - |
| YUV | 188.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 201 | 179 | 0.16 | 0 | 0.11 | 0.21 | 138.75 | 0.23 | 0.73 |
| Hex | A9 | C9 | B3 | 10 | 0 | B | 15 | 8B | 17 | 49 |
| Octal | 251 | 311 | 263 | 20 | 0 | 13 | 25 | 213 | 27 | 111 |
| Binary | 10101001 | 11001001 | 10110011 | 10000 | 0 | 1011 | 10101 | 10001011 | 10111 | 1001001 |
Color Harmonies of #A9C9B3
Complementary color
Monochromatic Colors of #A9C9B3
Black with #A9C9B3
Text Example
Text Example
White with #A9C9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C9B3; }
p { color: rgb(169,201,179); }
H1.HeaderClassName
{
color: #A9C9B3;
}
.AnyTagClassName
{
color: #A9C9B3;
}
</style>
background-color css
<style>
a { background-color: #A9C9B3; }
a { background-color: rgb(169,201,179); }
div.DivClassName
{
background-color: #A9C9B3;
}
.BgClassName
{
background-color: #A9C9B3;
}
</style>
border-color css
<style>
span { border-color: #A9C9B3; }
span { border-color: rgb(169,201,179); }
td.TdClassName
{
border-color: #A9C9B3;
}
.TagClassName
{
border-color: #A9C9B3;
}
</style>