Shades of Green Smoke #9BA04E
Tints of Green Smoke #9BA04E
RGB
CMYK
RGB Variations
Color information
#9BA04E (or 0x9BA04E) is known color: Green Smoke. HEX triplet: 9B, A0 and 4E. RGB value is (155,160,78). Sum of RGB (Red+Green+Blue) = 155+160+78=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA04E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA04E is #645FB1. Grayscale: #959595. Windows color (decimal): -6578098 or 5152923. OLE color: 5152923.
HSL color Cylindrical-coordinate representation of color #9BA04E: hue angle of 63.66º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BA04E is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 160 | 78 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.37 |
| HSL | 63.66º | 0.34% | 0.47% | - |
| HSV(B) | 63.66º | 0.51% | 0.63% | - |
| XYZ | 27.46 | 32.66 | 12.06 | - |
| YUV | 149.16 | 87.84 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 78 | 0.03 | 0 | 0.51 | 0.37 | 63.66 | 0.34 | 0.47 |
| Hex | 9B | A0 | 4E | 3 | 0 | 33 | 25 | 40 | 22 | 2F |
| Octal | 233 | 240 | 116 | 3 | 0 | 63 | 45 | 100 | 42 | 57 |
| Binary | 10011011 | 10100000 | 1001110 | 11 | 0 | 110011 | 100101 | 1000000 | 100010 | 101111 |
Color Harmonies of #9BA04E
Complementary color
Monochromatic Colors of #9BA04E
Black with #9BA04E
Text Example
Text Example
White with #9BA04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA04E; }
p { color: rgb(155,160,78); }
H1.HeaderClassName
{
color: #9BA04E;
}
.AnyTagClassName
{
color: #9BA04E;
}
</style>
background-color css
<style>
a { background-color: #9BA04E; }
a { background-color: rgb(155,160,78); }
div.DivClassName
{
background-color: #9BA04E;
}
.BgClassName
{
background-color: #9BA04E;
}
</style>
border-color css
<style>
span { border-color: #9BA04E; }
span { border-color: rgb(155,160,78); }
td.TdClassName
{
border-color: #9BA04E;
}
.TagClassName
{
border-color: #9BA04E;
}
</style>