Shades of Green Smoke #A3BA63
Tints of Green Smoke #A3BA63
RGB
CMYK
RGB Variations
Color information
#A3BA63 (or 0xA3BA63) is known color: Green Smoke. HEX triplet: A3, BA and 63. RGB value is (163,186,99). Sum of RGB (Red+Green+Blue) = 163+186+99=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 99 (39.06% from 255 or 22.10% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BA63 is #5C459C. Grayscale: #A9A9A9. Windows color (decimal): -6047133 or 6535843. OLE color: 6535843.
HSL color Cylindrical-coordinate representation of color #A3BA63: hue angle of 75.86º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3BA63 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 99 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.27 |
| HSL | 75.86º | 0.39% | 0.56% | - |
| HSV(B) | 75.86º | 0.47% | 0.73% | - |
| XYZ | 34.92 | 43.81 | 18.42 | - |
| YUV | 169.21 | 88.38 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 99 | 0.12 | 0 | 0.47 | 0.27 | 75.86 | 0.39 | 0.56 |
| Hex | A3 | BA | 63 | C | 0 | 2F | 1B | 4C | 27 | 38 |
| Octal | 243 | 272 | 143 | 14 | 0 | 57 | 33 | 114 | 47 | 70 |
| Binary | 10100011 | 10111010 | 1100011 | 1100 | 0 | 101111 | 11011 | 1001100 | 100111 | 111000 |
Color Harmonies of #A3BA63
Complementary color
Monochromatic Colors of #A3BA63
Black with #A3BA63
Text Example
Text Example
White with #A3BA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BA63; }
p { color: rgb(163,186,99); }
H1.HeaderClassName
{
color: #A3BA63;
}
.AnyTagClassName
{
color: #A3BA63;
}
</style>
background-color css
<style>
a { background-color: #A3BA63; }
a { background-color: rgb(163,186,99); }
div.DivClassName
{
background-color: #A3BA63;
}
.BgClassName
{
background-color: #A3BA63;
}
</style>
border-color css
<style>
span { border-color: #A3BA63; }
span { border-color: rgb(163,186,99); }
td.TdClassName
{
border-color: #A3BA63;
}
.TagClassName
{
border-color: #A3BA63;
}
</style>