Shades of Green Smoke #9DBB5B
Tints of Green Smoke #9DBB5B
RGB
CMYK
RGB Variations
Color information
#9DBB5B (or 0x9DBB5B) is known color: Green Smoke. HEX triplet: 9D, BB and 5B. RGB value is (157,187,91). Sum of RGB (Red+Green+Blue) = 157+187+91=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBB5B is #6244A4. Grayscale: #A7A7A7. Windows color (decimal): -6440101 or 6011805. OLE color: 6011805.
HSL color Cylindrical-coordinate representation of color #9DBB5B: hue angle of 78.75º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DBB5B is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 187 | 91 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.27 |
| HSL | 78.75º | 0.41% | 0.55% | - |
| HSV(B) | 78.75º | 0.51% | 0.73% | - |
| XYZ | 33.56 | 43.46 | 16.52 | - |
| YUV | 167.09 | 85.06 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 91 | 0.16 | 0 | 0.51 | 0.27 | 78.75 | 0.41 | 0.55 |
| Hex | 9D | BB | 5B | 10 | 0 | 33 | 1B | 4F | 29 | 37 |
| Octal | 235 | 273 | 133 | 20 | 0 | 63 | 33 | 117 | 51 | 67 |
| Binary | 10011101 | 10111011 | 1011011 | 10000 | 0 | 110011 | 11011 | 1001111 | 101001 | 110111 |
Color Harmonies of #9DBB5B
Complementary color
Monochromatic Colors of #9DBB5B
Black with #9DBB5B
Text Example
Text Example
White with #9DBB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBB5B; }
p { color: rgb(157,187,91); }
H1.HeaderClassName
{
color: #9DBB5B;
}
.AnyTagClassName
{
color: #9DBB5B;
}
</style>
background-color css
<style>
a { background-color: #9DBB5B; }
a { background-color: rgb(157,187,91); }
div.DivClassName
{
background-color: #9DBB5B;
}
.BgClassName
{
background-color: #9DBB5B;
}
</style>
border-color css
<style>
span { border-color: #9DBB5B; }
span { border-color: rgb(157,187,91); }
td.TdClassName
{
border-color: #9DBB5B;
}
.TagClassName
{
border-color: #9DBB5B;
}
</style>