Shades of Green Smoke #9BAC49
Tints of Green Smoke #9BAC49
RGB
CMYK
RGB Variations
Color information
#9BAC49 (or 0x9BAC49) is known color: Green Smoke. HEX triplet: 9B, AC and 49. RGB value is (155,172,73). Sum of RGB (Red+Green+Blue) = 155+172+73=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAC49 is #6453B6. Grayscale: #9C9C9C. Windows color (decimal): -6575031 or 4828315. OLE color: 4828315.
HSL color Cylindrical-coordinate representation of color #9BAC49: hue angle of 70.3º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9BAC49 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 73 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.33 |
| HSL | 70.3º | 0.4% | 0.48% | - |
| HSV(B) | 70.3º | 0.58% | 0.67% | - |
| XYZ | 29.47 | 36.95 | 11.88 | - |
| YUV | 155.63 | 81.37 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 73 | 0.10 | 0 | 0.58 | 0.33 | 70.3 | 0.4 | 0.48 |
| Hex | 9B | AC | 49 | A | 0 | 3A | 21 | 46 | 28 | 30 |
| Octal | 233 | 254 | 111 | 12 | 0 | 72 | 41 | 106 | 50 | 60 |
| Binary | 10011011 | 10101100 | 1001001 | 1010 | 0 | 111010 | 100001 | 1000110 | 101000 | 110000 |
Color Harmonies of #9BAC49
Complementary color
Monochromatic Colors of #9BAC49
Black with #9BAC49
Text Example
Text Example
White with #9BAC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAC49; }
p { color: rgb(155,172,73); }
H1.HeaderClassName
{
color: #9BAC49;
}
.AnyTagClassName
{
color: #9BAC49;
}
</style>
background-color css
<style>
a { background-color: #9BAC49; }
a { background-color: rgb(155,172,73); }
div.DivClassName
{
background-color: #9BAC49;
}
.BgClassName
{
background-color: #9BAC49;
}
</style>
border-color css
<style>
span { border-color: #9BAC49; }
span { border-color: rgb(155,172,73); }
td.TdClassName
{
border-color: #9BAC49;
}
.TagClassName
{
border-color: #9BAC49;
}
</style>