Shades of Green Smoke #A3B56B
Tints of Green Smoke #A3B56B
RGB
CMYK
RGB Variations
Color information
#A3B56B (or 0xA3B56B) is known color: Green Smoke. HEX triplet: A3, B5 and 6B. RGB value is (163,181,107). Sum of RGB (Red+Green+Blue) = 163+181+107=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B56B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B56B is #5C4A94. Grayscale: #A7A7A7. Windows color (decimal): -6048405 or 7058851. OLE color: 7058851.
HSL color Cylindrical-coordinate representation of color #A3B56B: hue angle of 74.59º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A3B56B is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 181 | 107 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.29 |
| HSL | 74.59º | 0.33% | 0.56% | - |
| HSV(B) | 74.59º | 0.41% | 0.71% | - |
| XYZ | 34.28 | 41.9 | 20.19 | - |
| YUV | 167.18 | 94.04 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 181 | 107 | 0.10 | 0 | 0.41 | 0.29 | 74.59 | 0.33 | 0.56 |
| Hex | A3 | B5 | 6B | A | 0 | 29 | 1D | 4B | 21 | 38 |
| Octal | 243 | 265 | 153 | 12 | 0 | 51 | 35 | 113 | 41 | 70 |
| Binary | 10100011 | 10110101 | 1101011 | 1010 | 0 | 101001 | 11101 | 1001011 | 100001 | 111000 |
Color Harmonies of #A3B56B
Complementary color
Monochromatic Colors of #A3B56B
Black with #A3B56B
Text Example
Text Example
White with #A3B56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B56B; }
p { color: rgb(163,181,107); }
H1.HeaderClassName
{
color: #A3B56B;
}
.AnyTagClassName
{
color: #A3B56B;
}
</style>
background-color css
<style>
a { background-color: #A3B56B; }
a { background-color: rgb(163,181,107); }
div.DivClassName
{
background-color: #A3B56B;
}
.BgClassName
{
background-color: #A3B56B;
}
</style>
border-color css
<style>
span { border-color: #A3B56B; }
span { border-color: rgb(163,181,107); }
td.TdClassName
{
border-color: #A3B56B;
}
.TagClassName
{
border-color: #A3B56B;
}
</style>