Shades of Green Smoke #9BA149
Tints of Green Smoke #9BA149
RGB
CMYK
RGB Variations
Color information
#9BA149 (or 0x9BA149) is known color: Green Smoke. HEX triplet: 9B, A1 and 49. RGB value is (155,161,73). Sum of RGB (Red+Green+Blue) = 155+161+73=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA149 is #645EB6. Grayscale: #959595. Windows color (decimal): -6577847 or 4825499. OLE color: 4825499.
HSL color Cylindrical-coordinate representation of color #9BA149: hue angle of 64.09º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BA149 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 73 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.37 |
| HSL | 64.09º | 0.38% | 0.46% | - |
| HSV(B) | 64.09º | 0.55% | 0.63% | - |
| XYZ | 27.47 | 32.94 | 11.21 | - |
| YUV | 149.17 | 85.01 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 73 | 0.04 | 0 | 0.55 | 0.37 | 64.09 | 0.38 | 0.46 |
| Hex | 9B | A1 | 49 | 4 | 0 | 37 | 25 | 40 | 26 | 2E |
| Octal | 233 | 241 | 111 | 4 | 0 | 67 | 45 | 100 | 46 | 56 |
| Binary | 10011011 | 10100001 | 1001001 | 100 | 0 | 110111 | 100101 | 1000000 | 100110 | 101110 |
Color Harmonies of #9BA149
Complementary color
Monochromatic Colors of #9BA149
Black with #9BA149
Text Example
Text Example
White with #9BA149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA149; }
p { color: rgb(155,161,73); }
H1.HeaderClassName
{
color: #9BA149;
}
.AnyTagClassName
{
color: #9BA149;
}
</style>
background-color css
<style>
a { background-color: #9BA149; }
a { background-color: rgb(155,161,73); }
div.DivClassName
{
background-color: #9BA149;
}
.BgClassName
{
background-color: #9BA149;
}
</style>
border-color css
<style>
span { border-color: #9BA149; }
span { border-color: rgb(155,161,73); }
td.TdClassName
{
border-color: #9BA149;
}
.TagClassName
{
border-color: #9BA149;
}
</style>