Shades of Gum Leaf #A6BDA9
Tints of Gum Leaf #A6BDA9
RGB
CMYK
RGB Variations
Color information
#A6BDA9 (or 0xA6BDA9) is known color: Gum Leaf. HEX triplet: A6, BD and A9. RGB value is (166,189,169). Sum of RGB (Red+Green+Blue) = 166+189+169=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 169 (66.41% from 255 or 32.25% from 524); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BDA9 is #594256. Grayscale: #B3B3B3. Windows color (decimal): -5849687 or 11124134. OLE color: 11124134.
HSL color Cylindrical-coordinate representation of color #A6BDA9: hue angle of 127.83º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6BDA9 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
RGB | 166 | 189 | 169 | - |
CMYK | 0.12 | 0 | 0.11 | 0.26 |
HSL | 127.83º | 0.15% | 0.7% | - |
HSV(B) | 127.83º | 0.12% | 0.74% | - |
XYZ | 41.08 | 47.37 | 44.51 | - |
YUV | 179.84 | 121.88 | 118.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 189 | 169 | 0.12 | 0 | 0.11 | 0.26 | 127.83 | 0.15 | 0.7 |
Hex | A6 | BD | A9 | C | 0 | B | 1A | 80 | F | 46 |
Octal | 246 | 275 | 251 | 14 | 0 | 13 | 32 | 200 | 17 | 106 |
Binary | 10100110 | 10111101 | 10101001 | 1100 | 0 | 1011 | 11010 | 10000000 | 1111 | 1000110 |
Color Harmonies of #A6BDA9
Complementary color
Monochromatic Colors of #A6BDA9
Black with #A6BDA9
Text Example
Text Example
White with #A6BDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BDA9; }
p { color: rgb(166,189,169); }
H1.HeaderClassName
{
color: #A6BDA9;
}
.AnyTagClassName
{
color: #A6BDA9;
}
</style>
background-color css
<style>
a { background-color: #A6BDA9; }
a { background-color: rgb(166,189,169); }
div.DivClassName
{
background-color: #A6BDA9;
}
.BgClassName
{
background-color: #A6BDA9;
}
</style>
border-color css
<style>
span { border-color: #A6BDA9; }
span { border-color: rgb(166,189,169); }
td.TdClassName
{
border-color: #A6BDA9;
}
.TagClassName
{
border-color: #A6BDA9;
}
</style>