Shades of Green Smoke #A2B858
Tints of Green Smoke #A2B858
RGB
CMYK
RGB Variations
Color information
#A2B858 (or 0xA2B858) is known color: Green Smoke. HEX triplet: A2, B8 and 58. RGB value is (162,184,88). Sum of RGB (Red+Green+Blue) = 162+184+88=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 88 (34.77% from 255 or 20.28% from 434); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B858 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B858 is #5D47A7. Grayscale: #A6A6A6. Windows color (decimal): -6113192 or 5814434. OLE color: 5814434.
HSL color Cylindrical-coordinate representation of color #A2B858: hue angle of 73.75º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2B858 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 184 | 88 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.28 |
| HSL | 73.75º | 0.4% | 0.53% | - |
| HSV(B) | 73.75º | 0.52% | 0.72% | - |
| XYZ | 33.8 | 42.67 | 15.69 | - |
| YUV | 166.48 | 83.71 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 184 | 88 | 0.12 | 0 | 0.52 | 0.28 | 73.75 | 0.4 | 0.53 |
| Hex | A2 | B8 | 58 | C | 0 | 34 | 1C | 4A | 28 | 35 |
| Octal | 242 | 270 | 130 | 14 | 0 | 64 | 34 | 112 | 50 | 65 |
| Binary | 10100010 | 10111000 | 1011000 | 1100 | 0 | 110100 | 11100 | 1001010 | 101000 | 110101 |
Color Harmonies of #A2B858
Complementary color
Monochromatic Colors of #A2B858
Black with #A2B858
Text Example
Text Example
White with #A2B858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B858; }
p { color: rgb(162,184,88); }
H1.HeaderClassName
{
color: #A2B858;
}
.AnyTagClassName
{
color: #A2B858;
}
</style>
background-color css
<style>
a { background-color: #A2B858; }
a { background-color: rgb(162,184,88); }
div.DivClassName
{
background-color: #A2B858;
}
.BgClassName
{
background-color: #A2B858;
}
</style>
border-color css
<style>
span { border-color: #A2B858; }
span { border-color: rgb(162,184,88); }
td.TdClassName
{
border-color: #A2B858;
}
.TagClassName
{
border-color: #A2B858;
}
</style>