Shades of Green Smoke #A3BA60
Tints of Green Smoke #A3BA60
RGB
CMYK
RGB Variations
Color information
#A3BA60 (or 0xA3BA60) is known color: Green Smoke. HEX triplet: A3, BA and 60. RGB value is (163,186,96). Sum of RGB (Red+Green+Blue) = 163+186+96=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BA60 is #5C459F. Grayscale: #A9A9A9. Windows color (decimal): -6047136 or 6339235. OLE color: 6339235.
HSL color Cylindrical-coordinate representation of color #A3BA60: hue angle of 75.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A3BA60 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 96 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.27 |
| HSL | 75.33º | 0.39% | 0.55% | - |
| HSV(B) | 75.33º | 0.48% | 0.73% | - |
| XYZ | 34.77 | 43.75 | 17.68 | - |
| YUV | 168.86 | 86.88 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 96 | 0.12 | 0 | 0.48 | 0.27 | 75.33 | 0.39 | 0.55 |
| Hex | A3 | BA | 60 | C | 0 | 30 | 1B | 4B | 27 | 37 |
| Octal | 243 | 272 | 140 | 14 | 0 | 60 | 33 | 113 | 47 | 67 |
| Binary | 10100011 | 10111010 | 1100000 | 1100 | 0 | 110000 | 11011 | 1001011 | 100111 | 110111 |
Color Harmonies of #A3BA60
Complementary color
Monochromatic Colors of #A3BA60
Black with #A3BA60
Text Example
Text Example
White with #A3BA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BA60; }
p { color: rgb(163,186,96); }
H1.HeaderClassName
{
color: #A3BA60;
}
.AnyTagClassName
{
color: #A3BA60;
}
</style>
background-color css
<style>
a { background-color: #A3BA60; }
a { background-color: rgb(163,186,96); }
div.DivClassName
{
background-color: #A3BA60;
}
.BgClassName
{
background-color: #A3BA60;
}
</style>
border-color css
<style>
span { border-color: #A3BA60; }
span { border-color: rgb(163,186,96); }
td.TdClassName
{
border-color: #A3BA60;
}
.TagClassName
{
border-color: #A3BA60;
}
</style>