Shades of Gum Leaf #A9C6B2
Tints of Gum Leaf #A9C6B2
RGB
CMYK
RGB Variations
Color information
#A9C6B2 (or 0xA9C6B2) is known color: Gum Leaf. HEX triplet: A9, C6 and B2. RGB value is (169,198,178). Sum of RGB (Red+Green+Blue) = 169+198+178=545 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.01% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 198 - color contains mainly: green. Hex color #A9C6B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C6B2 is #56394D. Grayscale: #BBBBBB. Windows color (decimal): -5650766 or 11716265. OLE color: 11716265.
HSL color Cylindrical-coordinate representation of color #A9C6B2: hue angle of 138.62º 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 #A9C6B2 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 198 | 178 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.22 |
| HSL | 138.62º | 0.2% | 0.72% | - |
| HSV(B) | 138.62º | 0.15% | 0.78% | - |
| XYZ | 44.59 | 52.04 | 49.81 | - |
| YUV | 187.05 | 122.89 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 198 | 178 | 0.15 | 0 | 0.10 | 0.22 | 138.62 | 0.2 | 0.72 |
| Hex | A9 | C6 | B2 | F | 0 | A | 16 | 8B | 14 | 48 |
| Octal | 251 | 306 | 262 | 17 | 0 | 12 | 26 | 213 | 24 | 110 |
| Binary | 10101001 | 11000110 | 10110010 | 1111 | 0 | 1010 | 10110 | 10001011 | 10100 | 1001000 |
Color Harmonies of #A9C6B2
Complementary color
Monochromatic Colors of #A9C6B2
Black with #A9C6B2
Text Example
Text Example
White with #A9C6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C6B2; }
p { color: rgb(169,198,178); }
H1.HeaderClassName
{
color: #A9C6B2;
}
.AnyTagClassName
{
color: #A9C6B2;
}
</style>
background-color css
<style>
a { background-color: #A9C6B2; }
a { background-color: rgb(169,198,178); }
div.DivClassName
{
background-color: #A9C6B2;
}
.BgClassName
{
background-color: #A9C6B2;
}
</style>
border-color css
<style>
span { border-color: #A9C6B2; }
span { border-color: rgb(169,198,178); }
td.TdClassName
{
border-color: #A9C6B2;
}
.TagClassName
{
border-color: #A9C6B2;
}
</style>