Shades of Green Smoke #A2B358
Tints of Green Smoke #A2B358
RGB
CMYK
RGB Variations
Color information
#A2B358 (or 0xA2B358) is known color: Green Smoke. HEX triplet: A2, B3 and 58. RGB value is (162,179,88). Sum of RGB (Red+Green+Blue) = 162+179+88=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B358 is #5D4CA7. Grayscale: #A3A3A3. Windows color (decimal): -6114472 or 5813154. OLE color: 5813154.
HSL color Cylindrical-coordinate representation of color #A2B358: hue angle of 71.21º 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 #A2B358 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 179 | 88 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.30 |
| HSL | 71.21º | 0.37% | 0.52% | - |
| HSV(B) | 71.21º | 0.51% | 0.7% | - |
| XYZ | 32.78 | 40.63 | 15.35 | - |
| YUV | 163.54 | 85.37 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 88 | 0.09 | 0 | 0.51 | 0.30 | 71.21 | 0.37 | 0.52 |
| Hex | A2 | B3 | 58 | 9 | 0 | 33 | 1E | 47 | 25 | 34 |
| Octal | 242 | 263 | 130 | 11 | 0 | 63 | 36 | 107 | 45 | 64 |
| Binary | 10100010 | 10110011 | 1011000 | 1001 | 0 | 110011 | 11110 | 1000111 | 100101 | 110100 |
Color Harmonies of #A2B358
Complementary color
Monochromatic Colors of #A2B358
Black with #A2B358
Text Example
Text Example
White with #A2B358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B358; }
p { color: rgb(162,179,88); }
H1.HeaderClassName
{
color: #A2B358;
}
.AnyTagClassName
{
color: #A2B358;
}
</style>
background-color css
<style>
a { background-color: #A2B358; }
a { background-color: rgb(162,179,88); }
div.DivClassName
{
background-color: #A2B358;
}
.BgClassName
{
background-color: #A2B358;
}
</style>
border-color css
<style>
span { border-color: #A2B358; }
span { border-color: rgb(162,179,88); }
td.TdClassName
{
border-color: #A2B358;
}
.TagClassName
{
border-color: #A2B358;
}
</style>