Shades of Green Smoke #9BB15A
Tints of Green Smoke #9BB15A
RGB
CMYK
RGB Variations
Color information
#9BB15A (or 0x9BB15A) is known color: Green Smoke. HEX triplet: 9B, B1 and 5A. RGB value is (155,177,90). Sum of RGB (Red+Green+Blue) = 155+177+90=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 177 - color contains mainly: green. Hex color #9BB15A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB15A is #644EA5. Grayscale: #A0A0A0. Windows color (decimal): -6573734 or 5943707. OLE color: 5943707.
HSL color Cylindrical-coordinate representation of color #9BB15A: hue angle of 75.17º 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 #9BB15A is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 177 | 90 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.31 |
| HSL | 75.17º | 0.36% | 0.52% | - |
| HSV(B) | 75.17º | 0.49% | 0.69% | - |
| XYZ | 31.09 | 39.15 | 15.59 | - |
| YUV | 160.5 | 88.21 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 177 | 90 | 0.12 | 0 | 0.49 | 0.31 | 75.17 | 0.36 | 0.52 |
| Hex | 9B | B1 | 5A | C | 0 | 31 | 1F | 4B | 24 | 34 |
| Octal | 233 | 261 | 132 | 14 | 0 | 61 | 37 | 113 | 44 | 64 |
| Binary | 10011011 | 10110001 | 1011010 | 1100 | 0 | 110001 | 11111 | 1001011 | 100100 | 110100 |
Color Harmonies of #9BB15A
Complementary color
Monochromatic Colors of #9BB15A
Black with #9BB15A
Text Example
Text Example
White with #9BB15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB15A; }
p { color: rgb(155,177,90); }
H1.HeaderClassName
{
color: #9BB15A;
}
.AnyTagClassName
{
color: #9BB15A;
}
</style>
background-color css
<style>
a { background-color: #9BB15A; }
a { background-color: rgb(155,177,90); }
div.DivClassName
{
background-color: #9BB15A;
}
.BgClassName
{
background-color: #9BB15A;
}
</style>
border-color css
<style>
span { border-color: #9BB15A; }
span { border-color: rgb(155,177,90); }
td.TdClassName
{
border-color: #9BB15A;
}
.TagClassName
{
border-color: #9BB15A;
}
</style>