Shades of Green Smoke #A2B365
Tints of Green Smoke #A2B365
RGB
CMYK
RGB Variations
Color information
#A2B365 (or 0xA2B365) is known color: Green Smoke. HEX triplet: A2, B3 and 65. RGB value is (162,179,101). Sum of RGB (Red+Green+Blue) = 162+179+101=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B365 is #5D4C9A. Grayscale: #A5A5A5. Windows color (decimal): -6114459 or 6665122. OLE color: 6665122.
HSL color Cylindrical-coordinate representation of color #A2B365: hue angle of 73.08º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2B365 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 179 | 101 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.30 |
| HSL | 73.08º | 0.34% | 0.55% | - |
| HSV(B) | 73.08º | 0.44% | 0.7% | - |
| XYZ | 33.37 | 40.86 | 18.44 | - |
| YUV | 165.03 | 91.87 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 101 | 0.09 | 0 | 0.44 | 0.30 | 73.08 | 0.34 | 0.55 |
| Hex | A2 | B3 | 65 | 9 | 0 | 2C | 1E | 49 | 22 | 37 |
| Octal | 242 | 263 | 145 | 11 | 0 | 54 | 36 | 111 | 42 | 67 |
| Binary | 10100010 | 10110011 | 1100101 | 1001 | 0 | 101100 | 11110 | 1001001 | 100010 | 110111 |
Color Harmonies of #A2B365
Complementary color
Monochromatic Colors of #A2B365
Black with #A2B365
Text Example
Text Example
White with #A2B365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B365; }
p { color: rgb(162,179,101); }
H1.HeaderClassName
{
color: #A2B365;
}
.AnyTagClassName
{
color: #A2B365;
}
</style>
background-color css
<style>
a { background-color: #A2B365; }
a { background-color: rgb(162,179,101); }
div.DivClassName
{
background-color: #A2B365;
}
.BgClassName
{
background-color: #A2B365;
}
</style>
border-color css
<style>
span { border-color: #A2B365; }
span { border-color: rgb(162,179,101); }
td.TdClassName
{
border-color: #A2B365;
}
.TagClassName
{
border-color: #A2B365;
}
</style>