Shades of Green Smoke #A4BA5B
Tints of Green Smoke #A4BA5B
RGB
CMYK
RGB Variations
Color information
#A4BA5B (or 0xA4BA5B) is known color: Green Smoke. HEX triplet: A4, BA and 5B. RGB value is (164,186,91). Sum of RGB (Red+Green+Blue) = 164+186+91=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BA5B is #5B45A4. Grayscale: #A8A8A8. Windows color (decimal): -5981605 or 6011556. OLE color: 6011556.
HSL color Cylindrical-coordinate representation of color #A4BA5B: hue angle of 73.89º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4BA5B is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 186 | 91 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.27 |
| HSL | 73.89º | 0.41% | 0.54% | - |
| HSV(B) | 73.89º | 0.51% | 0.73% | - |
| XYZ | 34.76 | 43.77 | 16.51 | - |
| YUV | 168.59 | 84.21 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 186 | 91 | 0.12 | 0 | 0.51 | 0.27 | 73.89 | 0.41 | 0.54 |
| Hex | A4 | BA | 5B | C | 0 | 33 | 1B | 4A | 29 | 36 |
| Octal | 244 | 272 | 133 | 14 | 0 | 63 | 33 | 112 | 51 | 66 |
| Binary | 10100100 | 10111010 | 1011011 | 1100 | 0 | 110011 | 11011 | 1001010 | 101001 | 110110 |
Color Harmonies of #A4BA5B
Complementary color
Monochromatic Colors of #A4BA5B
Black with #A4BA5B
Text Example
Text Example
White with #A4BA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BA5B; }
p { color: rgb(164,186,91); }
H1.HeaderClassName
{
color: #A4BA5B;
}
.AnyTagClassName
{
color: #A4BA5B;
}
</style>
background-color css
<style>
a { background-color: #A4BA5B; }
a { background-color: rgb(164,186,91); }
div.DivClassName
{
background-color: #A4BA5B;
}
.BgClassName
{
background-color: #A4BA5B;
}
</style>
border-color css
<style>
span { border-color: #A4BA5B; }
span { border-color: rgb(164,186,91); }
td.TdClassName
{
border-color: #A4BA5B;
}
.TagClassName
{
border-color: #A4BA5B;
}
</style>