Shades of Green Smoke #A3B260
Tints of Green Smoke #A3B260
RGB
CMYK
RGB Variations
Color information
#A3B260 (or 0xA3B260) is known color: Green Smoke. HEX triplet: A3, B2 and 60. RGB value is (163,178,96). Sum of RGB (Red+Green+Blue) = 163+178+96=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 178 - color contains mainly: green. Hex color #A3B260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B260 is #5C4D9F. Grayscale: #A4A4A4. Windows color (decimal): -6049184 or 6337187. OLE color: 6337187.
HSL color Cylindrical-coordinate representation of color #A3B260: hue angle of 70.98º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3B260 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 178 | 96 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.30 |
| HSL | 70.98º | 0.35% | 0.54% | - |
| HSV(B) | 70.98º | 0.46% | 0.7% | - |
| XYZ | 33.14 | 40.47 | 17.13 | - |
| YUV | 164.17 | 89.53 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 178 | 96 | 0.08 | 0 | 0.46 | 0.30 | 70.98 | 0.35 | 0.54 |
| Hex | A3 | B2 | 60 | 8 | 0 | 2E | 1E | 47 | 23 | 36 |
| Octal | 243 | 262 | 140 | 10 | 0 | 56 | 36 | 107 | 43 | 66 |
| Binary | 10100011 | 10110010 | 1100000 | 1000 | 0 | 101110 | 11110 | 1000111 | 100011 | 110110 |
Color Harmonies of #A3B260
Complementary color
Monochromatic Colors of #A3B260
Black with #A3B260
Text Example
Text Example
White with #A3B260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B260; }
p { color: rgb(163,178,96); }
H1.HeaderClassName
{
color: #A3B260;
}
.AnyTagClassName
{
color: #A3B260;
}
</style>
background-color css
<style>
a { background-color: #A3B260; }
a { background-color: rgb(163,178,96); }
div.DivClassName
{
background-color: #A3B260;
}
.BgClassName
{
background-color: #A3B260;
}
</style>
border-color css
<style>
span { border-color: #A3B260; }
span { border-color: rgb(163,178,96); }
td.TdClassName
{
border-color: #A3B260;
}
.TagClassName
{
border-color: #A3B260;
}
</style>