Shades of Green Smoke #9BA86C
Tints of Green Smoke #9BA86C
RGB
CMYK
RGB Variations
Color information
#9BA86C (or 0x9BA86C) is known color: Green Smoke. HEX triplet: 9B, A8 and 6C. RGB value is (155,168,108). Sum of RGB (Red+Green+Blue) = 155+168+108=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA86C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA86C is #645793. Grayscale: #9D9D9D. Windows color (decimal): -6576020 or 7121051. OLE color: 7121051.
HSL color Cylindrical-coordinate representation of color #9BA86C: hue angle of 73º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BA86C is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 168 | 108 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.34 |
| HSL | 73º | 0.26% | 0.54% | - |
| HSV(B) | 73º | 0.36% | 0.66% | - |
| XYZ | 30.23 | 36.06 | 19.55 | - |
| YUV | 157.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 168 | 108 | 0.08 | 0 | 0.36 | 0.34 | 73 | 0.26 | 0.54 |
| Hex | 9B | A8 | 6C | 8 | 0 | 24 | 22 | 49 | 1A | 36 |
| Octal | 233 | 250 | 154 | 10 | 0 | 44 | 42 | 111 | 32 | 66 |
| Binary | 10011011 | 10101000 | 1101100 | 1000 | 0 | 100100 | 100010 | 1001001 | 11010 | 110110 |
Color Harmonies of #9BA86C
Complementary color
Monochromatic Colors of #9BA86C
Black with #9BA86C
Text Example
Text Example
White with #9BA86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA86C; }
p { color: rgb(155,168,108); }
H1.HeaderClassName
{
color: #9BA86C;
}
.AnyTagClassName
{
color: #9BA86C;
}
</style>
background-color css
<style>
a { background-color: #9BA86C; }
a { background-color: rgb(155,168,108); }
div.DivClassName
{
background-color: #9BA86C;
}
.BgClassName
{
background-color: #9BA86C;
}
</style>
border-color css
<style>
span { border-color: #9BA86C; }
span { border-color: rgb(155,168,108); }
td.TdClassName
{
border-color: #9BA86C;
}
.TagClassName
{
border-color: #9BA86C;
}
</style>