Shades of Green Smoke #9BB55B
Tints of Green Smoke #9BB55B
RGB
CMYK
RGB Variations
Color information
#9BB55B (or 0x9BB55B) is known color: Green Smoke. HEX triplet: 9B, B5 and 5B. RGB value is (155,181,91). Sum of RGB (Red+Green+Blue) = 155+181+91=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB55B is #644AA4. Grayscale: #A3A3A3. Windows color (decimal): -6572709 or 6010267. OLE color: 6010267.
HSL color Cylindrical-coordinate representation of color #9BB55B: hue angle of 77.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BB55B is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 181 | 91 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.29 |
| HSL | 77.33º | 0.38% | 0.53% | - |
| HSV(B) | 77.33º | 0.5% | 0.71% | - |
| XYZ | 31.93 | 40.77 | 16.08 | - |
| YUV | 162.97 | 87.39 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 181 | 91 | 0.14 | 0 | 0.50 | 0.29 | 77.33 | 0.38 | 0.53 |
| Hex | 9B | B5 | 5B | E | 0 | 32 | 1D | 4D | 26 | 35 |
| Octal | 233 | 265 | 133 | 16 | 0 | 62 | 35 | 115 | 46 | 65 |
| Binary | 10011011 | 10110101 | 1011011 | 1110 | 0 | 110010 | 11101 | 1001101 | 100110 | 110101 |
Color Harmonies of #9BB55B
Complementary color
Monochromatic Colors of #9BB55B
Black with #9BB55B
Text Example
Text Example
White with #9BB55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB55B; }
p { color: rgb(155,181,91); }
H1.HeaderClassName
{
color: #9BB55B;
}
.AnyTagClassName
{
color: #9BB55B;
}
</style>
background-color css
<style>
a { background-color: #9BB55B; }
a { background-color: rgb(155,181,91); }
div.DivClassName
{
background-color: #9BB55B;
}
.BgClassName
{
background-color: #9BB55B;
}
</style>
border-color css
<style>
span { border-color: #9BB55B; }
span { border-color: rgb(155,181,91); }
td.TdClassName
{
border-color: #9BB55B;
}
.TagClassName
{
border-color: #9BB55B;
}
</style>