Shades of Wasabi #8D923E
Tints of Wasabi #8D923E
RGB
CMYK
RGB Variations
Color information
#8D923E (or 0x8D923E) is known color: Wasabi. HEX triplet: 8D, 92 and 3E. RGB value is (141,146,62). Sum of RGB (Red+Green+Blue) = 141+146+62=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #8D923E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D923E is #726DC1. Grayscale: #878787. Windows color (decimal): -7499202 or 4100749. OLE color: 4100749.
HSL color Cylindrical-coordinate representation of color #8D923E: hue angle of 63.57º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D923E is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 146 | 62 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.43 |
| HSL | 63.57º | 0.4% | 0.41% | - |
| HSV(B) | 63.57º | 0.58% | 0.57% | - |
| XYZ | 22.13 | 26.57 | 8.52 | - |
| YUV | 134.93 | 86.84 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 146 | 62 | 0.03 | 0 | 0.58 | 0.43 | 63.57 | 0.4 | 0.41 |
| Hex | 8D | 92 | 3E | 3 | 0 | 3A | 2B | 40 | 28 | 29 |
| Octal | 215 | 222 | 76 | 3 | 0 | 72 | 53 | 100 | 50 | 51 |
| Binary | 10001101 | 10010010 | 111110 | 11 | 0 | 111010 | 101011 | 1000000 | 101000 | 101001 |
Color Harmonies of #8D923E
Complementary color
Monochromatic Colors of #8D923E
Black with #8D923E
Text Example
Text Example
White with #8D923E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D923E; }
p { color: rgb(141,146,62); }
H1.HeaderClassName
{
color: #8D923E;
}
.AnyTagClassName
{
color: #8D923E;
}
</style>
background-color css
<style>
a { background-color: #8D923E; }
a { background-color: rgb(141,146,62); }
div.DivClassName
{
background-color: #8D923E;
}
.BgClassName
{
background-color: #8D923E;
}
</style>
border-color css
<style>
span { border-color: #8D923E; }
span { border-color: rgb(141,146,62); }
td.TdClassName
{
border-color: #8D923E;
}
.TagClassName
{
border-color: #8D923E;
}
</style>