Shades of Green Smoke #A6B95C
Tints of Green Smoke #A6B95C
RGB
CMYK
RGB Variations
Color information
#A6B95C (or 0xA6B95C) is known color: Green Smoke. HEX triplet: A6, B9 and 5C. RGB value is (166,185,92). Sum of RGB (Red+Green+Blue) = 166+185+92=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B95C is #5946A3. Grayscale: #A9A9A9. Windows color (decimal): -5850788 or 6076838. OLE color: 6076838.
HSL color Cylindrical-coordinate representation of color #A6B95C: hue angle of 72.26º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6B95C is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 185 | 92 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.27 |
| HSL | 72.26º | 0.4% | 0.54% | - |
| HSV(B) | 72.26º | 0.5% | 0.73% | - |
| XYZ | 35.01 | 43.58 | 16.69 | - |
| YUV | 168.72 | 84.71 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 92 | 0.10 | 0 | 0.50 | 0.27 | 72.26 | 0.4 | 0.54 |
| Hex | A6 | B9 | 5C | A | 0 | 32 | 1B | 48 | 28 | 36 |
| Octal | 246 | 271 | 134 | 12 | 0 | 62 | 33 | 110 | 50 | 66 |
| Binary | 10100110 | 10111001 | 1011100 | 1010 | 0 | 110010 | 11011 | 1001000 | 101000 | 110110 |
Color Harmonies of #A6B95C
Complementary color
Monochromatic Colors of #A6B95C
Black with #A6B95C
Text Example
Text Example
White with #A6B95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B95C; }
p { color: rgb(166,185,92); }
H1.HeaderClassName
{
color: #A6B95C;
}
.AnyTagClassName
{
color: #A6B95C;
}
</style>
background-color css
<style>
a { background-color: #A6B95C; }
a { background-color: rgb(166,185,92); }
div.DivClassName
{
background-color: #A6B95C;
}
.BgClassName
{
background-color: #A6B95C;
}
</style>
border-color css
<style>
span { border-color: #A6B95C; }
span { border-color: rgb(166,185,92); }
td.TdClassName
{
border-color: #A6B95C;
}
.TagClassName
{
border-color: #A6B95C;
}
</style>