Shades of Green Smoke #A6BA5F
Tints of Green Smoke #A6BA5F
RGB
CMYK
RGB Variations
Color information
#A6BA5F (or 0xA6BA5F) is known color: Green Smoke. HEX triplet: A6, BA and 5F. RGB value is (166,186,95). Sum of RGB (Red+Green+Blue) = 166+186+95=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BA5F is #5945A0. Grayscale: #A9A9A9. Windows color (decimal): -5850529 or 6273702. OLE color: 6273702.
HSL color Cylindrical-coordinate representation of color #A6BA5F: hue angle of 73.19º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6BA5F is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 95 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.27 |
| HSL | 73.19º | 0.4% | 0.55% | - |
| HSV(B) | 73.19º | 0.49% | 0.73% | - |
| XYZ | 35.35 | 44.05 | 17.47 | - |
| YUV | 169.65 | 85.87 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 95 | 0.11 | 0 | 0.49 | 0.27 | 73.19 | 0.4 | 0.55 |
| Hex | A6 | BA | 5F | B | 0 | 31 | 1B | 49 | 28 | 37 |
| Octal | 246 | 272 | 137 | 13 | 0 | 61 | 33 | 111 | 50 | 67 |
| Binary | 10100110 | 10111010 | 1011111 | 1011 | 0 | 110001 | 11011 | 1001001 | 101000 | 110111 |
Color Harmonies of #A6BA5F
Complementary color
Monochromatic Colors of #A6BA5F
Black with #A6BA5F
Text Example
Text Example
White with #A6BA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BA5F; }
p { color: rgb(166,186,95); }
H1.HeaderClassName
{
color: #A6BA5F;
}
.AnyTagClassName
{
color: #A6BA5F;
}
</style>
background-color css
<style>
a { background-color: #A6BA5F; }
a { background-color: rgb(166,186,95); }
div.DivClassName
{
background-color: #A6BA5F;
}
.BgClassName
{
background-color: #A6BA5F;
}
</style>
border-color css
<style>
span { border-color: #A6BA5F; }
span { border-color: rgb(166,186,95); }
td.TdClassName
{
border-color: #A6BA5F;
}
.TagClassName
{
border-color: #A6BA5F;
}
</style>