Shades of Green Smoke #929E5D
Tints of Green Smoke #929E5D
RGB
CMYK
RGB Variations
Color information
#929E5D (or 0x929E5D) is known color: Green Smoke. HEX triplet: 92, 9E and 5D. RGB value is (146,158,93). Sum of RGB (Red+Green+Blue) = 146+158+93=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 158 - color contains mainly: green. Hex color #929E5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929E5D is #6D61A2. Grayscale: #939393. Windows color (decimal): -7168419 or 6135442. OLE color: 6135442.
HSL color Cylindrical-coordinate representation of color #929E5D: hue angle of 71.08º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #929E5D is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 158 | 93 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.38 |
| HSL | 71.08º | 0.26% | 0.49% | - |
| HSV(B) | 71.08º | 0.41% | 0.62% | - |
| XYZ | 26.06 | 31.36 | 15.03 | - |
| YUV | 147 | 97.52 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 158 | 93 | 0.08 | 0 | 0.41 | 0.38 | 71.08 | 0.26 | 0.49 |
| Hex | 92 | 9E | 5D | 8 | 0 | 29 | 26 | 47 | 1A | 31 |
| Octal | 222 | 236 | 135 | 10 | 0 | 51 | 46 | 107 | 32 | 61 |
| Binary | 10010010 | 10011110 | 1011101 | 1000 | 0 | 101001 | 100110 | 1000111 | 11010 | 110001 |
Color Harmonies of #929E5D
Complementary color
Monochromatic Colors of #929E5D
Black with #929E5D
Text Example
Text Example
White with #929E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929E5D; }
p { color: rgb(146,158,93); }
H1.HeaderClassName
{
color: #929E5D;
}
.AnyTagClassName
{
color: #929E5D;
}
</style>
background-color css
<style>
a { background-color: #929E5D; }
a { background-color: rgb(146,158,93); }
div.DivClassName
{
background-color: #929E5D;
}
.BgClassName
{
background-color: #929E5D;
}
</style>
border-color css
<style>
span { border-color: #929E5D; }
span { border-color: rgb(146,158,93); }
td.TdClassName
{
border-color: #929E5D;
}
.TagClassName
{
border-color: #929E5D;
}
</style>