Shades of Green Smoke #9BA151
Tints of Green Smoke #9BA151
RGB
CMYK
RGB Variations
Color information
#9BA151 (or 0x9BA151) is known color: Green Smoke. HEX triplet: 9B, A1 and 51. RGB value is (155,161,81). Sum of RGB (Red+Green+Blue) = 155+161+81=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA151 is #645EAE. Grayscale: #969696. Windows color (decimal): -6577839 or 5349787. OLE color: 5349787.
HSL color Cylindrical-coordinate representation of color #9BA151: hue angle of 64.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BA151 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 81 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.37 |
| HSL | 64.5º | 0.33% | 0.47% | - |
| HSV(B) | 64.5º | 0.5% | 0.63% | - |
| XYZ | 27.75 | 33.05 | 12.7 | - |
| YUV | 150.09 | 89.01 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 81 | 0.04 | 0 | 0.50 | 0.37 | 64.5 | 0.33 | 0.47 |
| Hex | 9B | A1 | 51 | 4 | 0 | 32 | 25 | 40 | 21 | 2F |
| Octal | 233 | 241 | 121 | 4 | 0 | 62 | 45 | 100 | 41 | 57 |
| Binary | 10011011 | 10100001 | 1010001 | 100 | 0 | 110010 | 100101 | 1000000 | 100001 | 101111 |
Color Harmonies of #9BA151
Complementary color
Monochromatic Colors of #9BA151
Black with #9BA151
Text Example
Text Example
White with #9BA151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA151; }
p { color: rgb(155,161,81); }
H1.HeaderClassName
{
color: #9BA151;
}
.AnyTagClassName
{
color: #9BA151;
}
</style>
background-color css
<style>
a { background-color: #9BA151; }
a { background-color: rgb(155,161,81); }
div.DivClassName
{
background-color: #9BA151;
}
.BgClassName
{
background-color: #9BA151;
}
</style>
border-color css
<style>
span { border-color: #9BA151; }
span { border-color: rgb(155,161,81); }
td.TdClassName
{
border-color: #9BA151;
}
.TagClassName
{
border-color: #9BA151;
}
</style>