Shades of Green Smoke #9BA24A
Tints of Green Smoke #9BA24A
RGB
CMYK
RGB Variations
Color information
#9BA24A (or 0x9BA24A) is known color: Green Smoke. HEX triplet: 9B, A2 and 4A. RGB value is (155,162,74). Sum of RGB (Red+Green+Blue) = 155+162+74=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA24A is #645DB5. Grayscale: #969696. Windows color (decimal): -6577590 or 4891291. OLE color: 4891291.
HSL color Cylindrical-coordinate representation of color #9BA24A: hue angle of 64.77º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9BA24A is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 162 | 74 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.36 |
| HSL | 64.77º | 0.37% | 0.46% | - |
| HSV(B) | 64.77º | 0.54% | 0.64% | - |
| XYZ | 27.67 | 33.3 | 11.45 | - |
| YUV | 149.88 | 85.18 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 74 | 0.04 | 0 | 0.54 | 0.36 | 64.77 | 0.37 | 0.46 |
| Hex | 9B | A2 | 4A | 4 | 0 | 36 | 24 | 41 | 25 | 2E |
| Octal | 233 | 242 | 112 | 4 | 0 | 66 | 44 | 101 | 45 | 56 |
| Binary | 10011011 | 10100010 | 1001010 | 100 | 0 | 110110 | 100100 | 1000001 | 100101 | 101110 |
Color Harmonies of #9BA24A
Complementary color
Monochromatic Colors of #9BA24A
Black with #9BA24A
Text Example
Text Example
White with #9BA24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA24A; }
p { color: rgb(155,162,74); }
H1.HeaderClassName
{
color: #9BA24A;
}
.AnyTagClassName
{
color: #9BA24A;
}
</style>
background-color css
<style>
a { background-color: #9BA24A; }
a { background-color: rgb(155,162,74); }
div.DivClassName
{
background-color: #9BA24A;
}
.BgClassName
{
background-color: #9BA24A;
}
</style>
border-color css
<style>
span { border-color: #9BA24A; }
span { border-color: rgb(155,162,74); }
td.TdClassName
{
border-color: #9BA24A;
}
.TagClassName
{
border-color: #9BA24A;
}
</style>