Shades of Green Smoke #9BB15D
Tints of Green Smoke #9BB15D
RGB
CMYK
RGB Variations
Color information
#9BB15D (or 0x9BB15D) is known color: Green Smoke. HEX triplet: 9B, B1 and 5D. RGB value is (155,177,93). Sum of RGB (Red+Green+Blue) = 155+177+93=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 177 - color contains mainly: green. Hex color #9BB15D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB15D is #644EA2. Grayscale: #A1A1A1. Windows color (decimal): -6573731 or 6140315. OLE color: 6140315.
HSL color Cylindrical-coordinate representation of color #9BB15D: hue angle of 75.71º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BB15D is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 177 | 93 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.31 |
| HSL | 75.71º | 0.35% | 0.53% | - |
| HSV(B) | 75.71º | 0.47% | 0.69% | - |
| XYZ | 31.22 | 39.2 | 16.28 | - |
| YUV | 160.85 | 89.71 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 177 | 93 | 0.12 | 0 | 0.47 | 0.31 | 75.71 | 0.35 | 0.53 |
| Hex | 9B | B1 | 5D | C | 0 | 2F | 1F | 4C | 23 | 35 |
| Octal | 233 | 261 | 135 | 14 | 0 | 57 | 37 | 114 | 43 | 65 |
| Binary | 10011011 | 10110001 | 1011101 | 1100 | 0 | 101111 | 11111 | 1001100 | 100011 | 110101 |
Color Harmonies of #9BB15D
Complementary color
Monochromatic Colors of #9BB15D
Black with #9BB15D
Text Example
Text Example
White with #9BB15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB15D; }
p { color: rgb(155,177,93); }
H1.HeaderClassName
{
color: #9BB15D;
}
.AnyTagClassName
{
color: #9BB15D;
}
</style>
background-color css
<style>
a { background-color: #9BB15D; }
a { background-color: rgb(155,177,93); }
div.DivClassName
{
background-color: #9BB15D;
}
.BgClassName
{
background-color: #9BB15D;
}
</style>
border-color css
<style>
span { border-color: #9BB15D; }
span { border-color: rgb(155,177,93); }
td.TdClassName
{
border-color: #9BB15D;
}
.TagClassName
{
border-color: #9BB15D;
}
</style>