Shades of Green Smoke #9BA361
Tints of Green Smoke #9BA361
RGB
CMYK
RGB Variations
Color information
#9BA361 (or 0x9BA361) is known color: Green Smoke. HEX triplet: 9B, A3 and 61. RGB value is (155,163,97). Sum of RGB (Red+Green+Blue) = 155+163+97=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA361 is #645C9E. Grayscale: #999999. Windows color (decimal): -6577311 or 6398875. OLE color: 6398875.
HSL color Cylindrical-coordinate representation of color #9BA361: hue angle of 67.27º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BA361 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 163 | 97 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.36 |
| HSL | 67.27º | 0.26% | 0.51% | - |
| HSV(B) | 67.27º | 0.4% | 0.64% | - |
| XYZ | 28.77 | 34.03 | 16.36 | - |
| YUV | 153.08 | 96.35 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 97 | 0.05 | 0 | 0.40 | 0.36 | 67.27 | 0.26 | 0.51 |
| Hex | 9B | A3 | 61 | 5 | 0 | 28 | 24 | 43 | 1A | 33 |
| Octal | 233 | 243 | 141 | 5 | 0 | 50 | 44 | 103 | 32 | 63 |
| Binary | 10011011 | 10100011 | 1100001 | 101 | 0 | 101000 | 100100 | 1000011 | 11010 | 110011 |
Color Harmonies of #9BA361
Complementary color
Monochromatic Colors of #9BA361
Black with #9BA361
Text Example
Text Example
White with #9BA361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA361; }
p { color: rgb(155,163,97); }
H1.HeaderClassName
{
color: #9BA361;
}
.AnyTagClassName
{
color: #9BA361;
}
</style>
background-color css
<style>
a { background-color: #9BA361; }
a { background-color: rgb(155,163,97); }
div.DivClassName
{
background-color: #9BA361;
}
.BgClassName
{
background-color: #9BA361;
}
</style>
border-color css
<style>
span { border-color: #9BA361; }
span { border-color: rgb(155,163,97); }
td.TdClassName
{
border-color: #9BA361;
}
.TagClassName
{
border-color: #9BA361;
}
</style>