Shades of Green Smoke #A3BD5E
Tints of Green Smoke #A3BD5E
RGB
CMYK
RGB Variations
Color information
#A3BD5E (or 0xA3BD5E) is known color: Green Smoke. HEX triplet: A3, BD and 5E. RGB value is (163,189,94). Sum of RGB (Red+Green+Blue) = 163+189+94=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BD5E is #5C42A1. Grayscale: #AAAAAA. Windows color (decimal): -6046370 or 6208931. OLE color: 6208931.
HSL color Cylindrical-coordinate representation of color #A3BD5E: hue angle of 76.42º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3BD5E is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 189 | 94 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.26 |
| HSL | 76.42º | 0.42% | 0.55% | - |
| HSV(B) | 76.42º | 0.5% | 0.74% | - |
| XYZ | 35.32 | 44.99 | 17.41 | - |
| YUV | 170.4 | 84.89 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 94 | 0.14 | 0 | 0.50 | 0.26 | 76.42 | 0.42 | 0.55 |
| Hex | A3 | BD | 5E | E | 0 | 32 | 1A | 4C | 2A | 37 |
| Octal | 243 | 275 | 136 | 16 | 0 | 62 | 32 | 114 | 52 | 67 |
| Binary | 10100011 | 10111101 | 1011110 | 1110 | 0 | 110010 | 11010 | 1001100 | 101010 | 110111 |
Color Harmonies of #A3BD5E
Complementary color
Monochromatic Colors of #A3BD5E
Black with #A3BD5E
Text Example
Text Example
White with #A3BD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BD5E; }
p { color: rgb(163,189,94); }
H1.HeaderClassName
{
color: #A3BD5E;
}
.AnyTagClassName
{
color: #A3BD5E;
}
</style>
background-color css
<style>
a { background-color: #A3BD5E; }
a { background-color: rgb(163,189,94); }
div.DivClassName
{
background-color: #A3BD5E;
}
.BgClassName
{
background-color: #A3BD5E;
}
</style>
border-color css
<style>
span { border-color: #A3BD5E; }
span { border-color: rgb(163,189,94); }
td.TdClassName
{
border-color: #A3BD5E;
}
.TagClassName
{
border-color: #A3BD5E;
}
</style>