Shades of Green Smoke #A6B257
Tints of Green Smoke #A6B257
RGB
CMYK
RGB Variations
Color information
#A6B257 (or 0xA6B257) is known color: Green Smoke. HEX triplet: A6, B2 and 57. RGB value is (166,178,87). Sum of RGB (Red+Green+Blue) = 166+178+87=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 87 (34.38% from 255 or 20.19% from 431); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6B257 is #594DA8. Grayscale: #A4A4A4. Windows color (decimal): -5852585 or 5747366. OLE color: 5747366.
HSL color Cylindrical-coordinate representation of color #A6B257: hue angle of 67.91º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6B257 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 178 | 87 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.30 |
| HSL | 67.91º | 0.37% | 0.52% | - |
| HSV(B) | 67.91º | 0.51% | 0.7% | - |
| XYZ | 33.37 | 40.64 | 15.1 | - |
| YUV | 164.04 | 84.52 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 87 | 0.07 | 0 | 0.51 | 0.30 | 67.91 | 0.37 | 0.52 |
| Hex | A6 | B2 | 57 | 7 | 0 | 33 | 1E | 44 | 25 | 34 |
| Octal | 246 | 262 | 127 | 7 | 0 | 63 | 36 | 104 | 45 | 64 |
| Binary | 10100110 | 10110010 | 1010111 | 111 | 0 | 110011 | 11110 | 1000100 | 100101 | 110100 |
Color Harmonies of #A6B257
Complementary color
Monochromatic Colors of #A6B257
Black with #A6B257
Text Example
Text Example
White with #A6B257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B257; }
p { color: rgb(166,178,87); }
H1.HeaderClassName
{
color: #A6B257;
}
.AnyTagClassName
{
color: #A6B257;
}
</style>
background-color css
<style>
a { background-color: #A6B257; }
a { background-color: rgb(166,178,87); }
div.DivClassName
{
background-color: #A6B257;
}
.BgClassName
{
background-color: #A6B257;
}
</style>
border-color css
<style>
span { border-color: #A6B257; }
span { border-color: rgb(166,178,87); }
td.TdClassName
{
border-color: #A6B257;
}
.TagClassName
{
border-color: #A6B257;
}
</style>