Shades of Green Smoke #9BA161
Tints of Green Smoke #9BA161
RGB
CMYK
RGB Variations
Color information
#9BA161 (or 0x9BA161) is known color: Green Smoke. HEX triplet: 9B, A1 and 61. RGB value is (155,161,97). Sum of RGB (Red+Green+Blue) = 155+161+97=413 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.53% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA161 is #645E9E. Grayscale: #989898. Windows color (decimal): -6577823 or 6398363. OLE color: 6398363.
HSL color Cylindrical-coordinate representation of color #9BA161: hue angle of 65.62º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BA161 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 97 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.37 |
| HSL | 65.63º | 0.25% | 0.51% | - |
| HSV(B) | 65.63º | 0.4% | 0.63% | - |
| XYZ | 28.42 | 33.32 | 16.24 | - |
| YUV | 151.91 | 97.01 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 97 | 0.04 | 0 | 0.40 | 0.37 | 65.63 | 0.25 | 0.51 |
| Hex | 9B | A1 | 61 | 4 | 0 | 28 | 25 | 42 | 19 | 33 |
| Octal | 233 | 241 | 141 | 4 | 0 | 50 | 45 | 102 | 31 | 63 |
| Binary | 10011011 | 10100001 | 1100001 | 100 | 0 | 101000 | 100101 | 1000010 | 11001 | 110011 |
Color Harmonies of #9BA161
Complementary color
Monochromatic Colors of #9BA161
Black with #9BA161
Text Example
Text Example
White with #9BA161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA161; }
p { color: rgb(155,161,97); }
H1.HeaderClassName
{
color: #9BA161;
}
.AnyTagClassName
{
color: #9BA161;
}
</style>
background-color css
<style>
a { background-color: #9BA161; }
a { background-color: rgb(155,161,97); }
div.DivClassName
{
background-color: #9BA161;
}
.BgClassName
{
background-color: #9BA161;
}
</style>
border-color css
<style>
span { border-color: #9BA161; }
span { border-color: rgb(155,161,97); }
td.TdClassName
{
border-color: #9BA161;
}
.TagClassName
{
border-color: #9BA161;
}
</style>