Shades of Green Smoke #9BA34D
Tints of Green Smoke #9BA34D
RGB
CMYK
RGB Variations
Color information
#9BA34D (or 0x9BA34D) is known color: Green Smoke. HEX triplet: 9B, A3 and 4D. RGB value is (155,163,77). Sum of RGB (Red+Green+Blue) = 155+163+77=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA34D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA34D is #645CB2. Grayscale: #979797. Windows color (decimal): -6577331 or 5088155. OLE color: 5088155.
HSL color Cylindrical-coordinate representation of color #9BA34D: hue angle of 65.58º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9BA34D is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 163 | 77 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.36 |
| HSL | 65.58º | 0.36% | 0.47% | - |
| HSV(B) | 65.58º | 0.53% | 0.64% | - |
| XYZ | 27.95 | 33.7 | 12.05 | - |
| YUV | 150.8 | 86.35 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 77 | 0.05 | 0 | 0.53 | 0.36 | 65.58 | 0.36 | 0.47 |
| Hex | 9B | A3 | 4D | 5 | 0 | 35 | 24 | 42 | 24 | 2F |
| Octal | 233 | 243 | 115 | 5 | 0 | 65 | 44 | 102 | 44 | 57 |
| Binary | 10011011 | 10100011 | 1001101 | 101 | 0 | 110101 | 100100 | 1000010 | 100100 | 101111 |
Color Harmonies of #9BA34D
Complementary color
Monochromatic Colors of #9BA34D
Black with #9BA34D
Text Example
Text Example
White with #9BA34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA34D; }
p { color: rgb(155,163,77); }
H1.HeaderClassName
{
color: #9BA34D;
}
.AnyTagClassName
{
color: #9BA34D;
}
</style>
background-color css
<style>
a { background-color: #9BA34D; }
a { background-color: rgb(155,163,77); }
div.DivClassName
{
background-color: #9BA34D;
}
.BgClassName
{
background-color: #9BA34D;
}
</style>
border-color css
<style>
span { border-color: #9BA34D; }
span { border-color: rgb(155,163,77); }
td.TdClassName
{
border-color: #9BA34D;
}
.TagClassName
{
border-color: #9BA34D;
}
</style>