Shades of Green Smoke #9FB15B
Tints of Green Smoke #9FB15B
RGB
CMYK
RGB Variations
Color information
#9FB15B (or 0x9FB15B) is known color: Green Smoke. HEX triplet: 9F, B1 and 5B. RGB value is (159,177,91). Sum of RGB (Red+Green+Blue) = 159+177+91=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB15B is #604EA4. Grayscale: #A2A2A2. Windows color (decimal): -6311589 or 6009247. OLE color: 6009247.
HSL color Cylindrical-coordinate representation of color #9FB15B: hue angle of 72.56º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FB15B is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 177 | 91 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.31 |
| HSL | 72.56º | 0.36% | 0.53% | - |
| HSV(B) | 72.56º | 0.49% | 0.69% | - |
| XYZ | 31.91 | 39.57 | 15.85 | - |
| YUV | 161.81 | 88.04 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 177 | 91 | 0.10 | 0 | 0.49 | 0.31 | 72.56 | 0.36 | 0.53 |
| Hex | 9F | B1 | 5B | A | 0 | 31 | 1F | 49 | 24 | 35 |
| Octal | 237 | 261 | 133 | 12 | 0 | 61 | 37 | 111 | 44 | 65 |
| Binary | 10011111 | 10110001 | 1011011 | 1010 | 0 | 110001 | 11111 | 1001001 | 100100 | 110101 |
Color Harmonies of #9FB15B
Complementary color
Monochromatic Colors of #9FB15B
Black with #9FB15B
Text Example
Text Example
White with #9FB15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB15B; }
p { color: rgb(159,177,91); }
H1.HeaderClassName
{
color: #9FB15B;
}
.AnyTagClassName
{
color: #9FB15B;
}
</style>
background-color css
<style>
a { background-color: #9FB15B; }
a { background-color: rgb(159,177,91); }
div.DivClassName
{
background-color: #9FB15B;
}
.BgClassName
{
background-color: #9FB15B;
}
</style>
border-color css
<style>
span { border-color: #9FB15B; }
span { border-color: rgb(159,177,91); }
td.TdClassName
{
border-color: #9FB15B;
}
.TagClassName
{
border-color: #9FB15B;
}
</style>