Shades of Green Smoke #9BA46C
Tints of Green Smoke #9BA46C
RGB
CMYK
RGB Variations
Color information
#9BA46C (or 0x9BA46C) is known color: Green Smoke. HEX triplet: 9B, A4 and 6C. RGB value is (155,164,108). Sum of RGB (Red+Green+Blue) = 155+164+108=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA46C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA46C is #645B93. Grayscale: #9B9B9B. Windows color (decimal): -6577044 or 7120027. OLE color: 7120027.
HSL color Cylindrical-coordinate representation of color #9BA46C: hue angle of 69.64º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BA46C is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 164 | 108 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.36 |
| HSL | 69.64º | 0.24% | 0.53% | - |
| HSV(B) | 69.64º | 0.34% | 0.64% | - |
| XYZ | 29.5 | 34.6 | 19.31 | - |
| YUV | 154.93 | 101.52 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 164 | 108 | 0.05 | 0 | 0.34 | 0.36 | 69.64 | 0.24 | 0.53 |
| Hex | 9B | A4 | 6C | 5 | 0 | 22 | 24 | 46 | 18 | 35 |
| Octal | 233 | 244 | 154 | 5 | 0 | 42 | 44 | 106 | 30 | 65 |
| Binary | 10011011 | 10100100 | 1101100 | 101 | 0 | 100010 | 100100 | 1000110 | 11000 | 110101 |
Color Harmonies of #9BA46C
Complementary color
Monochromatic Colors of #9BA46C
Black with #9BA46C
Text Example
Text Example
White with #9BA46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA46C; }
p { color: rgb(155,164,108); }
H1.HeaderClassName
{
color: #9BA46C;
}
.AnyTagClassName
{
color: #9BA46C;
}
</style>
background-color css
<style>
a { background-color: #9BA46C; }
a { background-color: rgb(155,164,108); }
div.DivClassName
{
background-color: #9BA46C;
}
.BgClassName
{
background-color: #9BA46C;
}
</style>
border-color css
<style>
span { border-color: #9BA46C; }
span { border-color: rgb(155,164,108); }
td.TdClassName
{
border-color: #9BA46C;
}
.TagClassName
{
border-color: #9BA46C;
}
</style>