Shades of Green Smoke #9BA15F
Tints of Green Smoke #9BA15F
RGB
CMYK
RGB Variations
Color information
#9BA15F (or 0x9BA15F) is known color: Green Smoke. HEX triplet: 9B, A1 and 5F. RGB value is (155,161,95). Sum of RGB (Red+Green+Blue) = 155+161+95=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA15F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA15F is #645EA0. Grayscale: #979797. Windows color (decimal): -6577825 or 6267291. OLE color: 6267291.
HSL color Cylindrical-coordinate representation of color #9BA15F: hue angle of 65.45º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BA15F is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 95 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.37 |
| HSL | 65.45º | 0.26% | 0.5% | - |
| HSV(B) | 65.45º | 0.41% | 0.63% | - |
| XYZ | 28.33 | 33.28 | 15.76 | - |
| YUV | 151.68 | 96.01 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 95 | 0.04 | 0 | 0.41 | 0.37 | 65.45 | 0.26 | 0.5 |
| Hex | 9B | A1 | 5F | 4 | 0 | 29 | 25 | 41 | 1A | 32 |
| Octal | 233 | 241 | 137 | 4 | 0 | 51 | 45 | 101 | 32 | 62 |
| Binary | 10011011 | 10100001 | 1011111 | 100 | 0 | 101001 | 100101 | 1000001 | 11010 | 110010 |
Color Harmonies of #9BA15F
Complementary color
Monochromatic Colors of #9BA15F
Black with #9BA15F
Text Example
Text Example
White with #9BA15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA15F; }
p { color: rgb(155,161,95); }
H1.HeaderClassName
{
color: #9BA15F;
}
.AnyTagClassName
{
color: #9BA15F;
}
</style>
background-color css
<style>
a { background-color: #9BA15F; }
a { background-color: rgb(155,161,95); }
div.DivClassName
{
background-color: #9BA15F;
}
.BgClassName
{
background-color: #9BA15F;
}
</style>
border-color css
<style>
span { border-color: #9BA15F; }
span { border-color: rgb(155,161,95); }
td.TdClassName
{
border-color: #9BA15F;
}
.TagClassName
{
border-color: #9BA15F;
}
</style>