Shades of Green Smoke #9DB955
Tints of Green Smoke #9DB955
RGB
CMYK
RGB Variations
Color information
#9DB955 (or 0x9DB955) is known color: Green Smoke. HEX triplet: 9D, B9 and 55. RGB value is (157,185,85). Sum of RGB (Red+Green+Blue) = 157+185+85=427 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.77% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB955 is #6246AA. Grayscale: #A5A5A5. Windows color (decimal): -6440619 or 5618077. OLE color: 5618077.
HSL color Cylindrical-coordinate representation of color #9DB955: hue angle of 76.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9DB955 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 185 | 85 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.27 |
| HSL | 76.8º | 0.42% | 0.53% | - |
| HSV(B) | 76.8º | 0.54% | 0.73% | - |
| XYZ | 32.89 | 42.52 | 15.07 | - |
| YUV | 165.23 | 82.72 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 185 | 85 | 0.15 | 0 | 0.54 | 0.27 | 76.8 | 0.42 | 0.53 |
| Hex | 9D | B9 | 55 | F | 0 | 36 | 1B | 4D | 2A | 35 |
| Octal | 235 | 271 | 125 | 17 | 0 | 66 | 33 | 115 | 52 | 65 |
| Binary | 10011101 | 10111001 | 1010101 | 1111 | 0 | 110110 | 11011 | 1001101 | 101010 | 110101 |
Color Harmonies of #9DB955
Complementary color
Monochromatic Colors of #9DB955
Black with #9DB955
Text Example
Text Example
White with #9DB955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB955; }
p { color: rgb(157,185,85); }
H1.HeaderClassName
{
color: #9DB955;
}
.AnyTagClassName
{
color: #9DB955;
}
</style>
background-color css
<style>
a { background-color: #9DB955; }
a { background-color: rgb(157,185,85); }
div.DivClassName
{
background-color: #9DB955;
}
.BgClassName
{
background-color: #9DB955;
}
</style>
border-color css
<style>
span { border-color: #9DB955; }
span { border-color: rgb(157,185,85); }
td.TdClassName
{
border-color: #9DB955;
}
.TagClassName
{
border-color: #9DB955;
}
</style>