Shades of Wasabi #8D922E
Tints of Wasabi #8D922E
RGB
CMYK
RGB Variations
Color information
#8D922E (or 0x8D922E) is known color: Wasabi. HEX triplet: 8D, 92 and 2E. RGB value is (141,146,46). Sum of RGB (Red+Green+Blue) = 141+146+46=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #8D922E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D922E is #726DD1. Grayscale: #858585. Windows color (decimal): -7499218 or 3052173. OLE color: 3052173.
HSL color Cylindrical-coordinate representation of color #8D922E: hue angle of 63º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D922E is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 146 | 46 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.43 |
| HSL | 63º | 0.52% | 0.38% | - |
| HSV(B) | 63º | 0.68% | 0.57% | - |
| XYZ | 21.76 | 26.42 | 6.54 | - |
| YUV | 133.11 | 78.84 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 146 | 46 | 0.03 | 0 | 0.68 | 0.43 | 63 | 0.52 | 0.38 |
| Hex | 8D | 92 | 2E | 3 | 0 | 44 | 2B | 3F | 34 | 26 |
| Octal | 215 | 222 | 56 | 3 | 0 | 104 | 53 | 77 | 64 | 46 |
| Binary | 10001101 | 10010010 | 101110 | 11 | 0 | 1000100 | 101011 | 111111 | 110100 | 100110 |
Color Harmonies of #8D922E
Complementary color
Monochromatic Colors of #8D922E
Black with #8D922E
Text Example
Text Example
White with #8D922E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D922E; }
p { color: rgb(141,146,46); }
H1.HeaderClassName
{
color: #8D922E;
}
.AnyTagClassName
{
color: #8D922E;
}
</style>
background-color css
<style>
a { background-color: #8D922E; }
a { background-color: rgb(141,146,46); }
div.DivClassName
{
background-color: #8D922E;
}
.BgClassName
{
background-color: #8D922E;
}
</style>
border-color css
<style>
span { border-color: #8D922E; }
span { border-color: rgb(141,146,46); }
td.TdClassName
{
border-color: #8D922E;
}
.TagClassName
{
border-color: #8D922E;
}
</style>