Shades of Gum Leaf #A6BDA8
Tints of Gum Leaf #A6BDA8
RGB
CMYK
RGB Variations
Color information
#A6BDA8 (or 0xA6BDA8) is known color: Gum Leaf. HEX triplet: A6, BD and A8. RGB value is (166,189,168). Sum of RGB (Red+Green+Blue) = 166+189+168=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BDA8 is #594257. Grayscale: #B3B3B3. Windows color (decimal): -5849688 or 11058598. OLE color: 11058598.
HSL color Cylindrical-coordinate representation of color #A6BDA8: hue angle of 125.22º 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 #A6BDA8 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
RGB | 166 | 189 | 168 | - |
CMYK | 0.12 | 0 | 0.11 | 0.26 |
HSL | 125.22º | 0.15% | 0.7% | - |
HSV(B) | 125.22º | 0.12% | 0.74% | - |
XYZ | 40.99 | 47.33 | 44.02 | - |
YUV | 179.73 | 121.38 | 118.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 189 | 168 | 0.12 | 0 | 0.11 | 0.26 | 125.22 | 0.15 | 0.7 |
Hex | A6 | BD | A8 | C | 0 | B | 1A | 7D | F | 46 |
Octal | 246 | 275 | 250 | 14 | 0 | 13 | 32 | 175 | 17 | 106 |
Binary | 10100110 | 10111101 | 10101000 | 1100 | 0 | 1011 | 11010 | 1111101 | 1111 | 1000110 |
Color Harmonies of #A6BDA8
Complementary color
Monochromatic Colors of #A6BDA8
Black with #A6BDA8
Text Example
Text Example
White with #A6BDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BDA8; }
p { color: rgb(166,189,168); }
H1.HeaderClassName
{
color: #A6BDA8;
}
.AnyTagClassName
{
color: #A6BDA8;
}
</style>
background-color css
<style>
a { background-color: #A6BDA8; }
a { background-color: rgb(166,189,168); }
div.DivClassName
{
background-color: #A6BDA8;
}
.BgClassName
{
background-color: #A6BDA8;
}
</style>
border-color css
<style>
span { border-color: #A6BDA8; }
span { border-color: rgb(166,189,168); }
td.TdClassName
{
border-color: #A6BDA8;
}
.TagClassName
{
border-color: #A6BDA8;
}
</style>