Shades of Green Smoke #9DB150
Tints of Green Smoke #9DB150
RGB
CMYK
RGB Variations
Color information
#9DB150 (or 0x9DB150) is known color: Green Smoke. HEX triplet: 9D, B1 and 50. RGB value is (157,177,80). Sum of RGB (Red+Green+Blue) = 157+177+80=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB150 is #624EAF. Grayscale: #A0A0A0. Windows color (decimal): -6442672 or 5288349. OLE color: 5288349.
HSL color Cylindrical-coordinate representation of color #9DB150: hue angle of 72.37º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DB150 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 177 | 80 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.31 |
| HSL | 72.37º | 0.38% | 0.5% | - |
| HSV(B) | 72.37º | 0.55% | 0.69% | - |
| XYZ | 31.07 | 39.19 | 13.52 | - |
| YUV | 159.96 | 82.87 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 177 | 80 | 0.11 | 0 | 0.55 | 0.31 | 72.37 | 0.38 | 0.5 |
| Hex | 9D | B1 | 50 | B | 0 | 37 | 1F | 48 | 26 | 32 |
| Octal | 235 | 261 | 120 | 13 | 0 | 67 | 37 | 110 | 46 | 62 |
| Binary | 10011101 | 10110001 | 1010000 | 1011 | 0 | 110111 | 11111 | 1001000 | 100110 | 110010 |
Color Harmonies of #9DB150
Complementary color
Monochromatic Colors of #9DB150
Black with #9DB150
Text Example
Text Example
White with #9DB150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB150; }
p { color: rgb(157,177,80); }
H1.HeaderClassName
{
color: #9DB150;
}
.AnyTagClassName
{
color: #9DB150;
}
</style>
background-color css
<style>
a { background-color: #9DB150; }
a { background-color: rgb(157,177,80); }
div.DivClassName
{
background-color: #9DB150;
}
.BgClassName
{
background-color: #9DB150;
}
</style>
border-color css
<style>
span { border-color: #9DB150; }
span { border-color: rgb(157,177,80); }
td.TdClassName
{
border-color: #9DB150;
}
.TagClassName
{
border-color: #9DB150;
}
</style>