Shades of Green Smoke #A4BA63
Tints of Green Smoke #A4BA63
RGB
CMYK
RGB Variations
Color information
#A4BA63 (or 0xA4BA63) is known color: Green Smoke. HEX triplet: A4, BA and 63. RGB value is (164,186,99). Sum of RGB (Red+Green+Blue) = 164+186+99=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BA63 is #5B459C. Grayscale: #A9A9A9. Windows color (decimal): -5981597 or 6535844. OLE color: 6535844.
HSL color Cylindrical-coordinate representation of color #A4BA63: hue angle of 75.17º 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 #A4BA63 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 186 | 99 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.27 |
| HSL | 75.17º | 0.39% | 0.56% | - |
| HSV(B) | 75.17º | 0.47% | 0.73% | - |
| XYZ | 35.12 | 43.91 | 18.43 | - |
| YUV | 169.5 | 88.21 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 186 | 99 | 0.12 | 0 | 0.47 | 0.27 | 75.17 | 0.39 | 0.56 |
| Hex | A4 | BA | 63 | C | 0 | 2F | 1B | 4B | 27 | 38 |
| Octal | 244 | 272 | 143 | 14 | 0 | 57 | 33 | 113 | 47 | 70 |
| Binary | 10100100 | 10111010 | 1100011 | 1100 | 0 | 101111 | 11011 | 1001011 | 100111 | 111000 |
Color Harmonies of #A4BA63
Complementary color
Monochromatic Colors of #A4BA63
Black with #A4BA63
Text Example
Text Example
White with #A4BA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BA63; }
p { color: rgb(164,186,99); }
H1.HeaderClassName
{
color: #A4BA63;
}
.AnyTagClassName
{
color: #A4BA63;
}
</style>
background-color css
<style>
a { background-color: #A4BA63; }
a { background-color: rgb(164,186,99); }
div.DivClassName
{
background-color: #A4BA63;
}
.BgClassName
{
background-color: #A4BA63;
}
</style>
border-color css
<style>
span { border-color: #A4BA63; }
span { border-color: rgb(164,186,99); }
td.TdClassName
{
border-color: #A4BA63;
}
.TagClassName
{
border-color: #A4BA63;
}
</style>