Shades of Gum Leaf #A6CBA9
Tints of Gum Leaf #A6CBA9
RGB
CMYK
RGB Variations
Color information
#A6CBA9 (or 0xA6CBA9) is known color: Gum Leaf. HEX triplet: A6, CB and A9. RGB value is (166,203,169). Sum of RGB (Red+Green+Blue) = 166+203+169=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 169 (66.41% from 255 or 31.41% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CBA9 is #593456. Grayscale: #BCBCBC. Windows color (decimal): -5846103 or 11127718. OLE color: 11127718.
HSL color Cylindrical-coordinate representation of color #A6CBA9: hue angle of 124.86º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6CBA9 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 203 | 169 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.20 |
| HSL | 124.86º | 0.26% | 0.72% | - |
| HSV(B) | 124.86º | 0.18% | 0.8% | - |
| XYZ | 44.24 | 53.68 | 45.57 | - |
| YUV | 188.06 | 117.24 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 203 | 169 | 0.18 | 0 | 0.17 | 0.20 | 124.86 | 0.26 | 0.72 |
| Hex | A6 | CB | A9 | 12 | 0 | 11 | 14 | 7D | 1A | 48 |
| Octal | 246 | 313 | 251 | 22 | 0 | 21 | 24 | 175 | 32 | 110 |
| Binary | 10100110 | 11001011 | 10101001 | 10010 | 0 | 10001 | 10100 | 1111101 | 11010 | 1001000 |
Color Harmonies of #A6CBA9
Complementary color
Monochromatic Colors of #A6CBA9
Black with #A6CBA9
Text Example
Text Example
White with #A6CBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CBA9; }
p { color: rgb(166,203,169); }
H1.HeaderClassName
{
color: #A6CBA9;
}
.AnyTagClassName
{
color: #A6CBA9;
}
</style>
background-color css
<style>
a { background-color: #A6CBA9; }
a { background-color: rgb(166,203,169); }
div.DivClassName
{
background-color: #A6CBA9;
}
.BgClassName
{
background-color: #A6CBA9;
}
</style>
border-color css
<style>
span { border-color: #A6CBA9; }
span { border-color: rgb(166,203,169); }
td.TdClassName
{
border-color: #A6CBA9;
}
.TagClassName
{
border-color: #A6CBA9;
}
</style>