Shades of Green Smoke #9BB059
Tints of Green Smoke #9BB059
RGB
CMYK
RGB Variations
Color information
#9BB059 (or 0x9BB059) is known color: Green Smoke. HEX triplet: 9B, B0 and 59. RGB value is (155,176,89). Sum of RGB (Red+Green+Blue) = 155+176+89=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB059 is #644FA6. Grayscale: #A0A0A0. Windows color (decimal): -6573991 or 5877915. OLE color: 5877915.
HSL color Cylindrical-coordinate representation of color #9BB059: hue angle of 74.48º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9BB059 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 176 | 89 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.31 |
| HSL | 74.48º | 0.36% | 0.52% | - |
| HSV(B) | 74.48º | 0.49% | 0.69% | - |
| XYZ | 30.85 | 38.74 | 15.3 | - |
| YUV | 159.8 | 88.04 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 176 | 89 | 0.12 | 0 | 0.49 | 0.31 | 74.48 | 0.36 | 0.52 |
| Hex | 9B | B0 | 59 | C | 0 | 31 | 1F | 4A | 24 | 34 |
| Octal | 233 | 260 | 131 | 14 | 0 | 61 | 37 | 112 | 44 | 64 |
| Binary | 10011011 | 10110000 | 1011001 | 1100 | 0 | 110001 | 11111 | 1001010 | 100100 | 110100 |
Color Harmonies of #9BB059
Complementary color
Monochromatic Colors of #9BB059
Black with #9BB059
Text Example
Text Example
White with #9BB059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB059; }
p { color: rgb(155,176,89); }
H1.HeaderClassName
{
color: #9BB059;
}
.AnyTagClassName
{
color: #9BB059;
}
</style>
background-color css
<style>
a { background-color: #9BB059; }
a { background-color: rgb(155,176,89); }
div.DivClassName
{
background-color: #9BB059;
}
.BgClassName
{
background-color: #9BB059;
}
</style>
border-color css
<style>
span { border-color: #9BB059; }
span { border-color: rgb(155,176,89); }
td.TdClassName
{
border-color: #9BB059;
}
.TagClassName
{
border-color: #9BB059;
}
</style>