Shades of Green Smoke #9DB050
Tints of Green Smoke #9DB050
RGB
CMYK
RGB Variations
Color information
#9DB050 (or 0x9DB050) is known color: Green Smoke. HEX triplet: 9D, B0 and 50. RGB value is (157,176,80). Sum of RGB (Red+Green+Blue) = 157+176+80=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB050 is #624FAF. Grayscale: #9F9F9F. Windows color (decimal): -6442928 or 5288093. OLE color: 5288093.
HSL color Cylindrical-coordinate representation of color #9DB050: hue angle of 71.88º 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 #9DB050 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 80 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.31 |
| HSL | 71.88º | 0.38% | 0.5% | - |
| HSV(B) | 71.88º | 0.55% | 0.69% | - |
| XYZ | 30.88 | 38.8 | 13.45 | - |
| YUV | 159.38 | 83.21 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 80 | 0.11 | 0 | 0.55 | 0.31 | 71.88 | 0.38 | 0.5 |
| Hex | 9D | B0 | 50 | B | 0 | 37 | 1F | 48 | 26 | 32 |
| Octal | 235 | 260 | 120 | 13 | 0 | 67 | 37 | 110 | 46 | 62 |
| Binary | 10011101 | 10110000 | 1010000 | 1011 | 0 | 110111 | 11111 | 1001000 | 100110 | 110010 |
Color Harmonies of #9DB050
Complementary color
Monochromatic Colors of #9DB050
Black with #9DB050
Text Example
Text Example
White with #9DB050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB050; }
p { color: rgb(157,176,80); }
H1.HeaderClassName
{
color: #9DB050;
}
.AnyTagClassName
{
color: #9DB050;
}
</style>
background-color css
<style>
a { background-color: #9DB050; }
a { background-color: rgb(157,176,80); }
div.DivClassName
{
background-color: #9DB050;
}
.BgClassName
{
background-color: #9DB050;
}
</style>
border-color css
<style>
span { border-color: #9DB050; }
span { border-color: rgb(157,176,80); }
td.TdClassName
{
border-color: #9DB050;
}
.TagClassName
{
border-color: #9DB050;
}
</style>