Shades of Green Smoke #A2B958
Tints of Green Smoke #A2B958
RGB
CMYK
RGB Variations
Color information
#A2B958 (or 0xA2B958) is known color: Green Smoke. HEX triplet: A2, B9 and 58. RGB value is (162,185,88). Sum of RGB (Red+Green+Blue) = 162+185+88=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B958 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B958 is #5D46A7. Grayscale: #A7A7A7. Windows color (decimal): -6112936 or 5814690. OLE color: 5814690.
HSL color Cylindrical-coordinate representation of color #A2B958: hue angle of 74.23º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2B958 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 185 | 88 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.27 |
| HSL | 74.23º | 0.41% | 0.54% | - |
| HSV(B) | 74.23º | 0.52% | 0.73% | - |
| XYZ | 34.01 | 43.08 | 15.76 | - |
| YUV | 167.07 | 83.38 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 185 | 88 | 0.12 | 0 | 0.52 | 0.27 | 74.23 | 0.41 | 0.54 |
| Hex | A2 | B9 | 58 | C | 0 | 34 | 1B | 4A | 29 | 36 |
| Octal | 242 | 271 | 130 | 14 | 0 | 64 | 33 | 112 | 51 | 66 |
| Binary | 10100010 | 10111001 | 1011000 | 1100 | 0 | 110100 | 11011 | 1001010 | 101001 | 110110 |
Color Harmonies of #A2B958
Complementary color
Monochromatic Colors of #A2B958
Black with #A2B958
Text Example
Text Example
White with #A2B958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B958; }
p { color: rgb(162,185,88); }
H1.HeaderClassName
{
color: #A2B958;
}
.AnyTagClassName
{
color: #A2B958;
}
</style>
background-color css
<style>
a { background-color: #A2B958; }
a { background-color: rgb(162,185,88); }
div.DivClassName
{
background-color: #A2B958;
}
.BgClassName
{
background-color: #A2B958;
}
</style>
border-color css
<style>
span { border-color: #A2B958; }
span { border-color: rgb(162,185,88); }
td.TdClassName
{
border-color: #A2B958;
}
.TagClassName
{
border-color: #A2B958;
}
</style>