Shades of Green Smoke #9FBA5C
Tints of Green Smoke #9FBA5C
RGB
CMYK
RGB Variations
Color information
#9FBA5C (or 0x9FBA5C) is known color: Green Smoke. HEX triplet: 9F, BA and 5C. RGB value is (159,186,92). Sum of RGB (Red+Green+Blue) = 159+186+92=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBA5C is #6045A3. Grayscale: #A7A7A7. Windows color (decimal): -6309284 or 6077087. OLE color: 6077087.
HSL color Cylindrical-coordinate representation of color #9FBA5C: hue angle of 77.23º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9FBA5C is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 92 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.27 |
| HSL | 77.23º | 0.41% | 0.55% | - |
| HSV(B) | 77.23º | 0.51% | 0.73% | - |
| XYZ | 33.79 | 43.26 | 16.69 | - |
| YUV | 167.21 | 85.55 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 92 | 0.15 | 0 | 0.51 | 0.27 | 77.23 | 0.41 | 0.55 |
| Hex | 9F | BA | 5C | F | 0 | 33 | 1B | 4D | 29 | 37 |
| Octal | 237 | 272 | 134 | 17 | 0 | 63 | 33 | 115 | 51 | 67 |
| Binary | 10011111 | 10111010 | 1011100 | 1111 | 0 | 110011 | 11011 | 1001101 | 101001 | 110111 |
Color Harmonies of #9FBA5C
Complementary color
Monochromatic Colors of #9FBA5C
Black with #9FBA5C
Text Example
Text Example
White with #9FBA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA5C; }
p { color: rgb(159,186,92); }
H1.HeaderClassName
{
color: #9FBA5C;
}
.AnyTagClassName
{
color: #9FBA5C;
}
</style>
background-color css
<style>
a { background-color: #9FBA5C; }
a { background-color: rgb(159,186,92); }
div.DivClassName
{
background-color: #9FBA5C;
}
.BgClassName
{
background-color: #9FBA5C;
}
</style>
border-color css
<style>
span { border-color: #9FBA5C; }
span { border-color: rgb(159,186,92); }
td.TdClassName
{
border-color: #9FBA5C;
}
.TagClassName
{
border-color: #9FBA5C;
}
</style>