Shades of Green Smoke #A2B467
Tints of Green Smoke #A2B467
RGB
CMYK
RGB Variations
Color information
#A2B467 (or 0xA2B467) is known color: Green Smoke. HEX triplet: A2, B4 and 67. RGB value is (162,180,103). Sum of RGB (Red+Green+Blue) = 162+180+103=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 103 (40.62% from 255 or 23.15% from 445); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B467 is #5D4B98. Grayscale: #A6A6A6. Windows color (decimal): -6114201 or 6796450. OLE color: 6796450.
HSL color Cylindrical-coordinate representation of color #A2B467: hue angle of 74.03º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2B467 is Cyan = 0.1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 180 | 103 | - |
| CMYK | 0.1 | 0 | 0.43 | 0.29 |
| HSL | 74.03º | 0.34% | 0.55% | - |
| HSV(B) | 74.03º | 0.43% | 0.71% | - |
| XYZ | 33.67 | 41.3 | 19.03 | - |
| YUV | 165.84 | 92.54 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 180 | 103 | 0.1 | 0 | 0.43 | 0.29 | 74.03 | 0.34 | 0.55 |
| Hex | A2 | B4 | 67 | A | 0 | 2B | 1D | 4A | 22 | 37 |
| Octal | 242 | 264 | 147 | 12 | 0 | 53 | 35 | 112 | 42 | 67 |
| Binary | 10100010 | 10110100 | 1100111 | 1010 | 0 | 101011 | 11101 | 1001010 | 100010 | 110111 |
Color Harmonies of #A2B467
Complementary color
Monochromatic Colors of #A2B467
Black with #A2B467
Text Example
Text Example
White with #A2B467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B467; }
p { color: rgb(162,180,103); }
H1.HeaderClassName
{
color: #A2B467;
}
.AnyTagClassName
{
color: #A2B467;
}
</style>
background-color css
<style>
a { background-color: #A2B467; }
a { background-color: rgb(162,180,103); }
div.DivClassName
{
background-color: #A2B467;
}
.BgClassName
{
background-color: #A2B467;
}
</style>
border-color css
<style>
span { border-color: #A2B467; }
span { border-color: rgb(162,180,103); }
td.TdClassName
{
border-color: #A2B467;
}
.TagClassName
{
border-color: #A2B467;
}
</style>