Shades of Green Smoke #9BA349
Tints of Green Smoke #9BA349
RGB
CMYK
RGB Variations
Color information
#9BA349 (or 0x9BA349) is known color: Green Smoke. HEX triplet: 9B, A3 and 49. RGB value is (155,163,73). Sum of RGB (Red+Green+Blue) = 155+163+73=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA349 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA349 is #645CB6. Grayscale: #969696. Windows color (decimal): -6577335 or 4826011. OLE color: 4826011.
HSL color Cylindrical-coordinate representation of color #9BA349: hue angle of 65.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BA349 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 163 | 73 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.36 |
| HSL | 65.33º | 0.38% | 0.46% | - |
| HSV(B) | 65.33º | 0.55% | 0.64% | - |
| XYZ | 27.82 | 33.64 | 11.33 | - |
| YUV | 150.35 | 84.35 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 73 | 0.05 | 0 | 0.55 | 0.36 | 65.33 | 0.38 | 0.46 |
| Hex | 9B | A3 | 49 | 5 | 0 | 37 | 24 | 41 | 26 | 2E |
| Octal | 233 | 243 | 111 | 5 | 0 | 67 | 44 | 101 | 46 | 56 |
| Binary | 10011011 | 10100011 | 1001001 | 101 | 0 | 110111 | 100100 | 1000001 | 100110 | 101110 |
Color Harmonies of #9BA349
Complementary color
Monochromatic Colors of #9BA349
Black with #9BA349
Text Example
Text Example
White with #9BA349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA349; }
p { color: rgb(155,163,73); }
H1.HeaderClassName
{
color: #9BA349;
}
.AnyTagClassName
{
color: #9BA349;
}
</style>
background-color css
<style>
a { background-color: #9BA349; }
a { background-color: rgb(155,163,73); }
div.DivClassName
{
background-color: #9BA349;
}
.BgClassName
{
background-color: #9BA349;
}
</style>
border-color css
<style>
span { border-color: #9BA349; }
span { border-color: rgb(155,163,73); }
td.TdClassName
{
border-color: #9BA349;
}
.TagClassName
{
border-color: #9BA349;
}
</style>