Shades of Green Smoke #A6B458
Tints of Green Smoke #A6B458
RGB
CMYK
RGB Variations
Color information
#A6B458 (or 0xA6B458) is known color: Green Smoke. HEX triplet: A6, B4 and 58. RGB value is (166,180,88). Sum of RGB (Red+Green+Blue) = 166+180+88=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 88 (34.77% from 255 or 20.28% from 434); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B458 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B458 is #594BA7. Grayscale: #A5A5A5. Windows color (decimal): -5852072 or 5813414. OLE color: 5813414.
HSL color Cylindrical-coordinate representation of color #A6B458: hue angle of 69.13º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6B458 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 180 | 88 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.29 |
| HSL | 69.13º | 0.38% | 0.53% | - |
| HSV(B) | 69.13º | 0.51% | 0.71% | - |
| XYZ | 33.81 | 41.45 | 15.45 | - |
| YUV | 165.33 | 84.36 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 180 | 88 | 0.08 | 0 | 0.51 | 0.29 | 69.13 | 0.38 | 0.53 |
| Hex | A6 | B4 | 58 | 8 | 0 | 33 | 1D | 45 | 26 | 35 |
| Octal | 246 | 264 | 130 | 10 | 0 | 63 | 35 | 105 | 46 | 65 |
| Binary | 10100110 | 10110100 | 1011000 | 1000 | 0 | 110011 | 11101 | 1000101 | 100110 | 110101 |
Color Harmonies of #A6B458
Complementary color
Monochromatic Colors of #A6B458
Black with #A6B458
Text Example
Text Example
White with #A6B458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B458; }
p { color: rgb(166,180,88); }
H1.HeaderClassName
{
color: #A6B458;
}
.AnyTagClassName
{
color: #A6B458;
}
</style>
background-color css
<style>
a { background-color: #A6B458; }
a { background-color: rgb(166,180,88); }
div.DivClassName
{
background-color: #A6B458;
}
.BgClassName
{
background-color: #A6B458;
}
</style>
border-color css
<style>
span { border-color: #A6B458; }
span { border-color: rgb(166,180,88); }
td.TdClassName
{
border-color: #A6B458;
}
.TagClassName
{
border-color: #A6B458;
}
</style>