Shades of Green Smoke #9BA051
Tints of Green Smoke #9BA051
RGB
CMYK
RGB Variations
Color information
#9BA051 (or 0x9BA051) is known color: Green Smoke. HEX triplet: 9B, A0 and 51. RGB value is (155,160,81). Sum of RGB (Red+Green+Blue) = 155+160+81=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA051 is #645FAE. Grayscale: #959595. Windows color (decimal): -6578095 or 5349531. OLE color: 5349531.
HSL color Cylindrical-coordinate representation of color #9BA051: hue angle of 63.8º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9BA051 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 160 | 81 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.37 |
| HSL | 63.8º | 0.33% | 0.47% | - |
| HSV(B) | 63.8º | 0.49% | 0.63% | - |
| XYZ | 27.57 | 32.7 | 12.64 | - |
| YUV | 149.5 | 89.34 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 81 | 0.03 | 0 | 0.49 | 0.37 | 63.8 | 0.33 | 0.47 |
| Hex | 9B | A0 | 51 | 3 | 0 | 31 | 25 | 40 | 21 | 2F |
| Octal | 233 | 240 | 121 | 3 | 0 | 61 | 45 | 100 | 41 | 57 |
| Binary | 10011011 | 10100000 | 1010001 | 11 | 0 | 110001 | 100101 | 1000000 | 100001 | 101111 |
Color Harmonies of #9BA051
Complementary color
Monochromatic Colors of #9BA051
Black with #9BA051
Text Example
Text Example
White with #9BA051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA051; }
p { color: rgb(155,160,81); }
H1.HeaderClassName
{
color: #9BA051;
}
.AnyTagClassName
{
color: #9BA051;
}
</style>
background-color css
<style>
a { background-color: #9BA051; }
a { background-color: rgb(155,160,81); }
div.DivClassName
{
background-color: #9BA051;
}
.BgClassName
{
background-color: #9BA051;
}
</style>
border-color css
<style>
span { border-color: #9BA051; }
span { border-color: rgb(155,160,81); }
td.TdClassName
{
border-color: #9BA051;
}
.TagClassName
{
border-color: #9BA051;
}
</style>