Shades of Green Smoke #9DB55C
Tints of Green Smoke #9DB55C
RGB
CMYK
RGB Variations
Color information
#9DB55C (or 0x9DB55C) is known color: Green Smoke. HEX triplet: 9D, B5 and 5C. RGB value is (157,181,92). Sum of RGB (Red+Green+Blue) = 157+181+92=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB55C is #624AA3. Grayscale: #A4A4A4. Windows color (decimal): -6441636 or 6075805. OLE color: 6075805.
HSL color Cylindrical-coordinate representation of color #9DB55C: hue angle of 76.18º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DB55C is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 92 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.29 |
| HSL | 76.18º | 0.38% | 0.54% | - |
| HSV(B) | 76.18º | 0.49% | 0.71% | - |
| XYZ | 32.36 | 40.99 | 16.33 | - |
| YUV | 163.68 | 87.55 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 92 | 0.13 | 0 | 0.49 | 0.29 | 76.18 | 0.38 | 0.54 |
| Hex | 9D | B5 | 5C | D | 0 | 31 | 1D | 4C | 26 | 36 |
| Octal | 235 | 265 | 134 | 15 | 0 | 61 | 35 | 114 | 46 | 66 |
| Binary | 10011101 | 10110101 | 1011100 | 1101 | 0 | 110001 | 11101 | 1001100 | 100110 | 110110 |
Color Harmonies of #9DB55C
Complementary color
Monochromatic Colors of #9DB55C
Black with #9DB55C
Text Example
Text Example
White with #9DB55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB55C; }
p { color: rgb(157,181,92); }
H1.HeaderClassName
{
color: #9DB55C;
}
.AnyTagClassName
{
color: #9DB55C;
}
</style>
background-color css
<style>
a { background-color: #9DB55C; }
a { background-color: rgb(157,181,92); }
div.DivClassName
{
background-color: #9DB55C;
}
.BgClassName
{
background-color: #9DB55C;
}
</style>
border-color css
<style>
span { border-color: #9DB55C; }
span { border-color: rgb(157,181,92); }
td.TdClassName
{
border-color: #9DB55C;
}
.TagClassName
{
border-color: #9DB55C;
}
</style>