Shades of Gum Leaf #A9C6B0
Tints of Gum Leaf #A9C6B0
RGB
CMYK
RGB Variations
Color information
#A9C6B0 (or 0xA9C6B0) is known color: Gum Leaf. HEX triplet: A9, C6 and B0. RGB value is (169,198,176). Sum of RGB (Red+Green+Blue) = 169+198+176=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 198 - color contains mainly: green. Hex color #A9C6B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C6B0 is #56394F. Grayscale: #BABABA. Windows color (decimal): -5650768 or 11585193. OLE color: 11585193.
HSL color Cylindrical-coordinate representation of color #A9C6B0: hue angle of 134.48º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A9C6B0 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 198 | 176 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.22 |
| HSL | 134.48º | 0.2% | 0.72% | - |
| HSV(B) | 134.48º | 0.15% | 0.78% | - |
| XYZ | 44.39 | 51.96 | 48.76 | - |
| YUV | 186.82 | 121.89 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 198 | 176 | 0.15 | 0 | 0.11 | 0.22 | 134.48 | 0.2 | 0.72 |
| Hex | A9 | C6 | B0 | F | 0 | B | 16 | 86 | 14 | 48 |
| Octal | 251 | 306 | 260 | 17 | 0 | 13 | 26 | 206 | 24 | 110 |
| Binary | 10101001 | 11000110 | 10110000 | 1111 | 0 | 1011 | 10110 | 10000110 | 10100 | 1001000 |
Color Harmonies of #A9C6B0
Complementary color
Monochromatic Colors of #A9C6B0
Black with #A9C6B0
Text Example
Text Example
White with #A9C6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C6B0; }
p { color: rgb(169,198,176); }
H1.HeaderClassName
{
color: #A9C6B0;
}
.AnyTagClassName
{
color: #A9C6B0;
}
</style>
background-color css
<style>
a { background-color: #A9C6B0; }
a { background-color: rgb(169,198,176); }
div.DivClassName
{
background-color: #A9C6B0;
}
.BgClassName
{
background-color: #A9C6B0;
}
</style>
border-color css
<style>
span { border-color: #A9C6B0; }
span { border-color: rgb(169,198,176); }
td.TdClassName
{
border-color: #A9C6B0;
}
.TagClassName
{
border-color: #A9C6B0;
}
</style>