Shades of Green Smoke #A3B85E
Tints of Green Smoke #A3B85E
RGB
CMYK
RGB Variations
Color information
#A3B85E (or 0xA3B85E) is known color: Green Smoke. HEX triplet: A3, B8 and 5E. RGB value is (163,184,94). Sum of RGB (Red+Green+Blue) = 163+184+94=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B85E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B85E is #5C47A1. Grayscale: #A7A7A7. Windows color (decimal): -6047650 or 6207651. OLE color: 6207651.
HSL color Cylindrical-coordinate representation of color #A3B85E: hue angle of 74º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A3B85E is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 184 | 94 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.28 |
| HSL | 74º | 0.39% | 0.55% | - |
| HSV(B) | 74º | 0.49% | 0.72% | - |
| XYZ | 34.27 | 42.88 | 17.06 | - |
| YUV | 167.46 | 86.54 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 184 | 94 | 0.11 | 0 | 0.49 | 0.28 | 74 | 0.39 | 0.55 |
| Hex | A3 | B8 | 5E | B | 0 | 31 | 1C | 4A | 27 | 37 |
| Octal | 243 | 270 | 136 | 13 | 0 | 61 | 34 | 112 | 47 | 67 |
| Binary | 10100011 | 10111000 | 1011110 | 1011 | 0 | 110001 | 11100 | 1001010 | 100111 | 110111 |
Color Harmonies of #A3B85E
Complementary color
Monochromatic Colors of #A3B85E
Black with #A3B85E
Text Example
Text Example
White with #A3B85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B85E; }
p { color: rgb(163,184,94); }
H1.HeaderClassName
{
color: #A3B85E;
}
.AnyTagClassName
{
color: #A3B85E;
}
</style>
background-color css
<style>
a { background-color: #A3B85E; }
a { background-color: rgb(163,184,94); }
div.DivClassName
{
background-color: #A3B85E;
}
.BgClassName
{
background-color: #A3B85E;
}
</style>
border-color css
<style>
span { border-color: #A3B85E; }
span { border-color: rgb(163,184,94); }
td.TdClassName
{
border-color: #A3B85E;
}
.TagClassName
{
border-color: #A3B85E;
}
</style>