Shades of Green Smoke #A3BB5E
Tints of Green Smoke #A3BB5E
RGB
CMYK
RGB Variations
Color information
#A3BB5E (or 0xA3BB5E) is known color: Green Smoke. HEX triplet: A3, BB and 5E. RGB value is (163,187,94). Sum of RGB (Red+Green+Blue) = 163+187+94=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 187 - color contains mainly: green. Hex color #A3BB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BB5E is #5C44A1. Grayscale: #A9A9A9. Windows color (decimal): -6046882 or 6208419. OLE color: 6208419.
HSL color Cylindrical-coordinate representation of color #A3BB5E: hue angle of 75.48º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3BB5E is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 187 | 94 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.27 |
| HSL | 75.48º | 0.41% | 0.55% | - |
| HSV(B) | 75.48º | 0.5% | 0.73% | - |
| XYZ | 34.89 | 44.14 | 17.27 | - |
| YUV | 169.22 | 85.55 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 187 | 94 | 0.13 | 0 | 0.50 | 0.27 | 75.48 | 0.41 | 0.55 |
| Hex | A3 | BB | 5E | D | 0 | 32 | 1B | 4B | 29 | 37 |
| Octal | 243 | 273 | 136 | 15 | 0 | 62 | 33 | 113 | 51 | 67 |
| Binary | 10100011 | 10111011 | 1011110 | 1101 | 0 | 110010 | 11011 | 1001011 | 101001 | 110111 |
Color Harmonies of #A3BB5E
Complementary color
Monochromatic Colors of #A3BB5E
Black with #A3BB5E
Text Example
Text Example
White with #A3BB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BB5E; }
p { color: rgb(163,187,94); }
H1.HeaderClassName
{
color: #A3BB5E;
}
.AnyTagClassName
{
color: #A3BB5E;
}
</style>
background-color css
<style>
a { background-color: #A3BB5E; }
a { background-color: rgb(163,187,94); }
div.DivClassName
{
background-color: #A3BB5E;
}
.BgClassName
{
background-color: #A3BB5E;
}
</style>
border-color css
<style>
span { border-color: #A3BB5E; }
span { border-color: rgb(163,187,94); }
td.TdClassName
{
border-color: #A3BB5E;
}
.TagClassName
{
border-color: #A3BB5E;
}
</style>