Shades of Green Smoke #A2BB5B
Tints of Green Smoke #A2BB5B
RGB
CMYK
RGB Variations
Color information
#A2BB5B (or 0xA2BB5B) is known color: Green Smoke. HEX triplet: A2, BB and 5B. RGB value is (162,187,91). Sum of RGB (Red+Green+Blue) = 162+187+91=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BB5B is #5D44A4. Grayscale: #A8A8A8. Windows color (decimal): -6112421 or 6011810. OLE color: 6011810.
HSL color Cylindrical-coordinate representation of color #A2BB5B: hue angle of 75.63º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2BB5B is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 187 | 91 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.27 |
| HSL | 75.63º | 0.41% | 0.55% | - |
| HSV(B) | 75.63º | 0.51% | 0.73% | - |
| XYZ | 34.56 | 43.98 | 16.56 | - |
| YUV | 168.58 | 84.22 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 187 | 91 | 0.13 | 0 | 0.51 | 0.27 | 75.63 | 0.41 | 0.55 |
| Hex | A2 | BB | 5B | D | 0 | 33 | 1B | 4C | 29 | 37 |
| Octal | 242 | 273 | 133 | 15 | 0 | 63 | 33 | 114 | 51 | 67 |
| Binary | 10100010 | 10111011 | 1011011 | 1101 | 0 | 110011 | 11011 | 1001100 | 101001 | 110111 |
Color Harmonies of #A2BB5B
Complementary color
Monochromatic Colors of #A2BB5B
Black with #A2BB5B
Text Example
Text Example
White with #A2BB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BB5B; }
p { color: rgb(162,187,91); }
H1.HeaderClassName
{
color: #A2BB5B;
}
.AnyTagClassName
{
color: #A2BB5B;
}
</style>
background-color css
<style>
a { background-color: #A2BB5B; }
a { background-color: rgb(162,187,91); }
div.DivClassName
{
background-color: #A2BB5B;
}
.BgClassName
{
background-color: #A2BB5B;
}
</style>
border-color css
<style>
span { border-color: #A2BB5B; }
span { border-color: rgb(162,187,91); }
td.TdClassName
{
border-color: #A2BB5B;
}
.TagClassName
{
border-color: #A2BB5B;
}
</style>