Shades of Green Smoke #A6B45C
Tints of Green Smoke #A6B45C
RGB
CMYK
RGB Variations
Color information
#A6B45C (or 0xA6B45C) is known color: Green Smoke. HEX triplet: A6, B4 and 5C. RGB value is (166,180,92). Sum of RGB (Red+Green+Blue) = 166+180+92=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B45C is #594BA3. Grayscale: #A6A6A6. Windows color (decimal): -5852068 or 6075558. OLE color: 6075558.
HSL color Cylindrical-coordinate representation of color #A6B45C: hue angle of 69.55º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6B45C is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 180 | 92 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.29 |
| HSL | 69.55º | 0.37% | 0.53% | - |
| HSV(B) | 69.55º | 0.49% | 0.71% | - |
| XYZ | 33.98 | 41.52 | 16.35 | - |
| YUV | 165.78 | 86.36 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 180 | 92 | 0.08 | 0 | 0.49 | 0.29 | 69.55 | 0.37 | 0.53 |
| Hex | A6 | B4 | 5C | 8 | 0 | 31 | 1D | 46 | 25 | 35 |
| Octal | 246 | 264 | 134 | 10 | 0 | 61 | 35 | 106 | 45 | 65 |
| Binary | 10100110 | 10110100 | 1011100 | 1000 | 0 | 110001 | 11101 | 1000110 | 100101 | 110101 |
Color Harmonies of #A6B45C
Complementary color
Monochromatic Colors of #A6B45C
Black with #A6B45C
Text Example
Text Example
White with #A6B45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B45C; }
p { color: rgb(166,180,92); }
H1.HeaderClassName
{
color: #A6B45C;
}
.AnyTagClassName
{
color: #A6B45C;
}
</style>
background-color css
<style>
a { background-color: #A6B45C; }
a { background-color: rgb(166,180,92); }
div.DivClassName
{
background-color: #A6B45C;
}
.BgClassName
{
background-color: #A6B45C;
}
</style>
border-color css
<style>
span { border-color: #A6B45C; }
span { border-color: rgb(166,180,92); }
td.TdClassName
{
border-color: #A6B45C;
}
.TagClassName
{
border-color: #A6B45C;
}
</style>