Shades of Green Smoke #A3B256
Tints of Green Smoke #A3B256
RGB
CMYK
RGB Variations
Color information
#A3B256 (or 0xA3B256) is known color: Green Smoke. HEX triplet: A3, B2 and 56. RGB value is (163,178,86). Sum of RGB (Red+Green+Blue) = 163+178+86=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 178 - color contains mainly: green. Hex color #A3B256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B256 is #5C4DA9. Grayscale: #A3A3A3. Windows color (decimal): -6049194 or 5681827. OLE color: 5681827.
HSL color Cylindrical-coordinate representation of color #A3B256: hue angle of 69.78º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A3B256 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 178 | 86 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.30 |
| HSL | 69.78º | 0.37% | 0.52% | - |
| HSV(B) | 69.78º | 0.52% | 0.7% | - |
| XYZ | 32.7 | 40.3 | 14.86 | - |
| YUV | 163.03 | 84.53 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 178 | 86 | 0.08 | 0 | 0.52 | 0.30 | 69.78 | 0.37 | 0.52 |
| Hex | A3 | B2 | 56 | 8 | 0 | 34 | 1E | 46 | 25 | 34 |
| Octal | 243 | 262 | 126 | 10 | 0 | 64 | 36 | 106 | 45 | 64 |
| Binary | 10100011 | 10110010 | 1010110 | 1000 | 0 | 110100 | 11110 | 1000110 | 100101 | 110100 |
Color Harmonies of #A3B256
Complementary color
Monochromatic Colors of #A3B256
Black with #A3B256
Text Example
Text Example
White with #A3B256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B256; }
p { color: rgb(163,178,86); }
H1.HeaderClassName
{
color: #A3B256;
}
.AnyTagClassName
{
color: #A3B256;
}
</style>
background-color css
<style>
a { background-color: #A3B256; }
a { background-color: rgb(163,178,86); }
div.DivClassName
{
background-color: #A3B256;
}
.BgClassName
{
background-color: #A3B256;
}
</style>
border-color css
<style>
span { border-color: #A3B256; }
span { border-color: rgb(163,178,86); }
td.TdClassName
{
border-color: #A3B256;
}
.TagClassName
{
border-color: #A3B256;
}
</style>