Shades of Green Smoke #9FB95C
Tints of Green Smoke #9FB95C
RGB
CMYK
RGB Variations
Color information
#9FB95C (or 0x9FB95C) is known color: Green Smoke. HEX triplet: 9F, B9 and 5C. RGB value is (159,185,92). Sum of RGB (Red+Green+Blue) = 159+185+92=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB95C is #6046A3. Grayscale: #A6A6A6. Windows color (decimal): -6309540 or 6076831. OLE color: 6076831.
HSL color Cylindrical-coordinate representation of color #9FB95C: hue angle of 76.77º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FB95C is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 185 | 92 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.27 |
| HSL | 76.77º | 0.4% | 0.54% | - |
| HSV(B) | 76.77º | 0.5% | 0.73% | - |
| XYZ | 33.58 | 42.84 | 16.62 | - |
| YUV | 166.62 | 85.89 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 185 | 92 | 0.14 | 0 | 0.50 | 0.27 | 76.77 | 0.4 | 0.54 |
| Hex | 9F | B9 | 5C | E | 0 | 32 | 1B | 4D | 28 | 36 |
| Octal | 237 | 271 | 134 | 16 | 0 | 62 | 33 | 115 | 50 | 66 |
| Binary | 10011111 | 10111001 | 1011100 | 1110 | 0 | 110010 | 11011 | 1001101 | 101000 | 110110 |
Color Harmonies of #9FB95C
Complementary color
Monochromatic Colors of #9FB95C
Black with #9FB95C
Text Example
Text Example
White with #9FB95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB95C; }
p { color: rgb(159,185,92); }
H1.HeaderClassName
{
color: #9FB95C;
}
.AnyTagClassName
{
color: #9FB95C;
}
</style>
background-color css
<style>
a { background-color: #9FB95C; }
a { background-color: rgb(159,185,92); }
div.DivClassName
{
background-color: #9FB95C;
}
.BgClassName
{
background-color: #9FB95C;
}
</style>
border-color css
<style>
span { border-color: #9FB95C; }
span { border-color: rgb(159,185,92); }
td.TdClassName
{
border-color: #9FB95C;
}
.TagClassName
{
border-color: #9FB95C;
}
</style>