Shades of Green Smoke #A6BA5D
Tints of Green Smoke #A6BA5D
RGB
CMYK
RGB Variations
Color information
#A6BA5D (or 0xA6BA5D) is known color: Green Smoke. HEX triplet: A6, BA and 5D. RGB value is (166,186,93). Sum of RGB (Red+Green+Blue) = 166+186+93=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BA5D is #5945A2. Grayscale: #A9A9A9. Windows color (decimal): -5850531 or 6142630. OLE color: 6142630.
HSL color Cylindrical-coordinate representation of color #A6BA5D: hue angle of 72.9º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6BA5D is Cyan = 0.11, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 93 | - |
| CMYK | 0.11 | 0 | 0.5 | 0.27 |
| HSL | 72.9º | 0.4% | 0.55% | - |
| HSV(B) | 72.9º | 0.5% | 0.73% | - |
| XYZ | 35.26 | 44.02 | 16.99 | - |
| YUV | 169.42 | 84.87 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 93 | 0.11 | 0 | 0.5 | 0.27 | 72.9 | 0.4 | 0.55 |
| Hex | A6 | BA | 5D | B | 0 | 32 | 1B | 49 | 28 | 37 |
| Octal | 246 | 272 | 135 | 13 | 0 | 62 | 33 | 111 | 50 | 67 |
| Binary | 10100110 | 10111010 | 1011101 | 1011 | 0 | 110010 | 11011 | 1001001 | 101000 | 110111 |
Color Harmonies of #A6BA5D
Complementary color
Monochromatic Colors of #A6BA5D
Black with #A6BA5D
Text Example
Text Example
White with #A6BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BA5D; }
p { color: rgb(166,186,93); }
H1.HeaderClassName
{
color: #A6BA5D;
}
.AnyTagClassName
{
color: #A6BA5D;
}
</style>
background-color css
<style>
a { background-color: #A6BA5D; }
a { background-color: rgb(166,186,93); }
div.DivClassName
{
background-color: #A6BA5D;
}
.BgClassName
{
background-color: #A6BA5D;
}
</style>
border-color css
<style>
span { border-color: #A6BA5D; }
span { border-color: rgb(166,186,93); }
td.TdClassName
{
border-color: #A6BA5D;
}
.TagClassName
{
border-color: #A6BA5D;
}
</style>