Shades of Green Smoke #9BA56D
Tints of Green Smoke #9BA56D
RGB
CMYK
RGB Variations
Color information
#9BA56D (or 0x9BA56D) is known color: Green Smoke. HEX triplet: 9B, A5 and 6D. RGB value is (155,165,109). Sum of RGB (Red+Green+Blue) = 155+165+109=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA56D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA56D is #645A92. Grayscale: #9B9B9B. Windows color (decimal): -6576787 or 7185819. OLE color: 7185819.
HSL color Cylindrical-coordinate representation of color #9BA56D: hue angle of 70.71º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BA56D is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 165 | 109 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.35 |
| HSL | 70.71º | 0.24% | 0.54% | - |
| HSV(B) | 70.71º | 0.34% | 0.65% | - |
| XYZ | 29.73 | 34.98 | 19.65 | - |
| YUV | 155.63 | 101.69 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 109 | 0.06 | 0 | 0.34 | 0.35 | 70.71 | 0.24 | 0.54 |
| Hex | 9B | A5 | 6D | 6 | 0 | 22 | 23 | 47 | 18 | 36 |
| Octal | 233 | 245 | 155 | 6 | 0 | 42 | 43 | 107 | 30 | 66 |
| Binary | 10011011 | 10100101 | 1101101 | 110 | 0 | 100010 | 100011 | 1000111 | 11000 | 110110 |
Color Harmonies of #9BA56D
Complementary color
Monochromatic Colors of #9BA56D
Black with #9BA56D
Text Example
Text Example
White with #9BA56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA56D; }
p { color: rgb(155,165,109); }
H1.HeaderClassName
{
color: #9BA56D;
}
.AnyTagClassName
{
color: #9BA56D;
}
</style>
background-color css
<style>
a { background-color: #9BA56D; }
a { background-color: rgb(155,165,109); }
div.DivClassName
{
background-color: #9BA56D;
}
.BgClassName
{
background-color: #9BA56D;
}
</style>
border-color css
<style>
span { border-color: #9BA56D; }
span { border-color: rgb(155,165,109); }
td.TdClassName
{
border-color: #9BA56D;
}
.TagClassName
{
border-color: #9BA56D;
}
</style>