Shades of Green Smoke #A2B465
Tints of Green Smoke #A2B465
RGB
CMYK
RGB Variations
Color information
#A2B465 (or 0xA2B465) is known color: Green Smoke. HEX triplet: A2, B4 and 65. RGB value is (162,180,101). Sum of RGB (Red+Green+Blue) = 162+180+101=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B465 is #5D4B9A. Grayscale: #A5A5A5. Windows color (decimal): -6114203 or 6665378. OLE color: 6665378.
HSL color Cylindrical-coordinate representation of color #A2B465: hue angle of 73.67º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2B465 is Cyan = 0.1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 180 | 101 | - |
| CMYK | 0.1 | 0 | 0.44 | 0.29 |
| HSL | 73.67º | 0.34% | 0.55% | - |
| HSV(B) | 73.67º | 0.44% | 0.71% | - |
| XYZ | 33.57 | 41.26 | 18.51 | - |
| YUV | 165.61 | 91.54 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 180 | 101 | 0.1 | 0 | 0.44 | 0.29 | 73.67 | 0.34 | 0.55 |
| Hex | A2 | B4 | 65 | A | 0 | 2C | 1D | 4A | 22 | 37 |
| Octal | 242 | 264 | 145 | 12 | 0 | 54 | 35 | 112 | 42 | 67 |
| Binary | 10100010 | 10110100 | 1100101 | 1010 | 0 | 101100 | 11101 | 1001010 | 100010 | 110111 |
Color Harmonies of #A2B465
Complementary color
Monochromatic Colors of #A2B465
Black with #A2B465
Text Example
Text Example
White with #A2B465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B465; }
p { color: rgb(162,180,101); }
H1.HeaderClassName
{
color: #A2B465;
}
.AnyTagClassName
{
color: #A2B465;
}
</style>
background-color css
<style>
a { background-color: #A2B465; }
a { background-color: rgb(162,180,101); }
div.DivClassName
{
background-color: #A2B465;
}
.BgClassName
{
background-color: #A2B465;
}
</style>
border-color css
<style>
span { border-color: #A2B465; }
span { border-color: rgb(162,180,101); }
td.TdClassName
{
border-color: #A2B465;
}
.TagClassName
{
border-color: #A2B465;
}
</style>