Shades of Green Smoke #9B9F54
Tints of Green Smoke #9B9F54
RGB
CMYK
RGB Variations
Color information
#9B9F54 (or 0x9B9F54) is known color: Green Smoke. HEX triplet: 9B, 9F and 54. RGB value is (155,159,84). Sum of RGB (Red+Green+Blue) = 155+159+84=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 159 - color contains mainly: green. Hex color #9B9F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9F54 is #6460AB. Grayscale: #959595. Windows color (decimal): -6578348 or 5545883. OLE color: 5545883.
HSL color Cylindrical-coordinate representation of color #9B9F54: hue angle of 63.2º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B9F54 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 159 | 84 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.38 |
| HSL | 63.2º | 0.31% | 0.48% | - |
| HSV(B) | 63.2º | 0.47% | 0.62% | - |
| XYZ | 27.52 | 32.4 | 13.19 | - |
| YUV | 149.25 | 91.17 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 159 | 84 | 0.03 | 0 | 0.47 | 0.38 | 63.2 | 0.31 | 0.48 |
| Hex | 9B | 9F | 54 | 3 | 0 | 2F | 26 | 3F | 1F | 30 |
| Octal | 233 | 237 | 124 | 3 | 0 | 57 | 46 | 77 | 37 | 60 |
| Binary | 10011011 | 10011111 | 1010100 | 11 | 0 | 101111 | 100110 | 111111 | 11111 | 110000 |
Color Harmonies of #9B9F54
Complementary color
Monochromatic Colors of #9B9F54
Black with #9B9F54
Text Example
Text Example
White with #9B9F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9F54; }
p { color: rgb(155,159,84); }
H1.HeaderClassName
{
color: #9B9F54;
}
.AnyTagClassName
{
color: #9B9F54;
}
</style>
background-color css
<style>
a { background-color: #9B9F54; }
a { background-color: rgb(155,159,84); }
div.DivClassName
{
background-color: #9B9F54;
}
.BgClassName
{
background-color: #9B9F54;
}
</style>
border-color css
<style>
span { border-color: #9B9F54; }
span { border-color: rgb(155,159,84); }
td.TdClassName
{
border-color: #9B9F54;
}
.TagClassName
{
border-color: #9B9F54;
}
</style>