Shades of Green Smoke #9BA04A
Tints of Green Smoke #9BA04A
RGB
CMYK
RGB Variations
Color information
#9BA04A (or 0x9BA04A) is known color: Green Smoke. HEX triplet: 9B, A0 and 4A. RGB value is (155,160,74). Sum of RGB (Red+Green+Blue) = 155+160+74=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA04A is #645FB5. Grayscale: #959595. Windows color (decimal): -6578102 or 4890779. OLE color: 4890779.
HSL color Cylindrical-coordinate representation of color #9BA04A: hue angle of 63.49º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9BA04A is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 160 | 74 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.37 |
| HSL | 63.49º | 0.37% | 0.46% | - |
| HSV(B) | 63.49º | 0.54% | 0.63% | - |
| XYZ | 27.32 | 32.6 | 11.33 | - |
| YUV | 148.7 | 85.84 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 74 | 0.03 | 0 | 0.54 | 0.37 | 63.49 | 0.37 | 0.46 |
| Hex | 9B | A0 | 4A | 3 | 0 | 36 | 25 | 3F | 25 | 2E |
| Octal | 233 | 240 | 112 | 3 | 0 | 66 | 45 | 77 | 45 | 56 |
| Binary | 10011011 | 10100000 | 1001010 | 11 | 0 | 110110 | 100101 | 111111 | 100101 | 101110 |
Color Harmonies of #9BA04A
Complementary color
Monochromatic Colors of #9BA04A
Black with #9BA04A
Text Example
Text Example
White with #9BA04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA04A; }
p { color: rgb(155,160,74); }
H1.HeaderClassName
{
color: #9BA04A;
}
.AnyTagClassName
{
color: #9BA04A;
}
</style>
background-color css
<style>
a { background-color: #9BA04A; }
a { background-color: rgb(155,160,74); }
div.DivClassName
{
background-color: #9BA04A;
}
.BgClassName
{
background-color: #9BA04A;
}
</style>
border-color css
<style>
span { border-color: #9BA04A; }
span { border-color: rgb(155,160,74); }
td.TdClassName
{
border-color: #9BA04A;
}
.TagClassName
{
border-color: #9BA04A;
}
</style>