Shades of Green Smoke #9FBA5D
Tints of Green Smoke #9FBA5D
RGB
CMYK
RGB Variations
Color information
#9FBA5D (or 0x9FBA5D) is known color: Green Smoke. HEX triplet: 9F, BA and 5D. RGB value is (159,186,93). Sum of RGB (Red+Green+Blue) = 159+186+93=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBA5D is #6045A2. Grayscale: #A7A7A7. Windows color (decimal): -6309283 or 6142623. OLE color: 6142623.
HSL color Cylindrical-coordinate representation of color #9FBA5D: hue angle of 77.42º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FBA5D is Cyan = 0.15, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 93 | - |
| CMYK | 0.15 | 0 | 0.5 | 0.27 |
| HSL | 77.42º | 0.4% | 0.55% | - |
| HSV(B) | 77.42º | 0.5% | 0.73% | - |
| XYZ | 33.83 | 43.28 | 16.93 | - |
| YUV | 167.33 | 86.05 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 93 | 0.15 | 0 | 0.5 | 0.27 | 77.42 | 0.4 | 0.55 |
| Hex | 9F | BA | 5D | F | 0 | 32 | 1B | 4D | 28 | 37 |
| Octal | 237 | 272 | 135 | 17 | 0 | 62 | 33 | 115 | 50 | 67 |
| Binary | 10011111 | 10111010 | 1011101 | 1111 | 0 | 110010 | 11011 | 1001101 | 101000 | 110111 |
Color Harmonies of #9FBA5D
Complementary color
Monochromatic Colors of #9FBA5D
Black with #9FBA5D
Text Example
Text Example
White with #9FBA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA5D; }
p { color: rgb(159,186,93); }
H1.HeaderClassName
{
color: #9FBA5D;
}
.AnyTagClassName
{
color: #9FBA5D;
}
</style>
background-color css
<style>
a { background-color: #9FBA5D; }
a { background-color: rgb(159,186,93); }
div.DivClassName
{
background-color: #9FBA5D;
}
.BgClassName
{
background-color: #9FBA5D;
}
</style>
border-color css
<style>
span { border-color: #9FBA5D; }
span { border-color: rgb(159,186,93); }
td.TdClassName
{
border-color: #9FBA5D;
}
.TagClassName
{
border-color: #9FBA5D;
}
</style>