Shades of Wasabi #8E9232
Tints of Wasabi #8E9232
RGB
CMYK
RGB Variations
Color information
#8E9232 (or 0x8E9232) is known color: Wasabi. HEX triplet: 8E, 92 and 32. RGB value is (142,146,50). Sum of RGB (Red+Green+Blue) = 142+146+50=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 146 - color contains mainly: green. Hex color #8E9232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9232 is #716DCD. Grayscale: #868686. Windows color (decimal): -7433678 or 3314318. OLE color: 3314318.
HSL color Cylindrical-coordinate representation of color #8E9232: hue angle of 62.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E9232 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 146 | 50 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.43 |
| HSL | 62.5º | 0.49% | 0.38% | - |
| HSV(B) | 62.5º | 0.66% | 0.57% | - |
| XYZ | 22.01 | 26.54 | 6.98 | - |
| YUV | 133.86 | 80.67 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 146 | 50 | 0.03 | 0 | 0.66 | 0.43 | 62.5 | 0.49 | 0.38 |
| Hex | 8E | 92 | 32 | 3 | 0 | 42 | 2B | 3F | 31 | 26 |
| Octal | 216 | 222 | 62 | 3 | 0 | 102 | 53 | 77 | 61 | 46 |
| Binary | 10001110 | 10010010 | 110010 | 11 | 0 | 1000010 | 101011 | 111111 | 110001 | 100110 |
Color Harmonies of #8E9232
Complementary color
Monochromatic Colors of #8E9232
Black with #8E9232
Text Example
Text Example
White with #8E9232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9232; }
p { color: rgb(142,146,50); }
H1.HeaderClassName
{
color: #8E9232;
}
.AnyTagClassName
{
color: #8E9232;
}
</style>
background-color css
<style>
a { background-color: #8E9232; }
a { background-color: rgb(142,146,50); }
div.DivClassName
{
background-color: #8E9232;
}
.BgClassName
{
background-color: #8E9232;
}
</style>
border-color css
<style>
span { border-color: #8E9232; }
span { border-color: rgb(142,146,50); }
td.TdClassName
{
border-color: #8E9232;
}
.TagClassName
{
border-color: #8E9232;
}
</style>