Shades of Wasabi #8E9E32
Tints of Wasabi #8E9E32
RGB
CMYK
RGB Variations
Color information
#8E9E32 (or 0x8E9E32) is known color: Wasabi. HEX triplet: 8E, 9E and 32. RGB value is (142,158,50). Sum of RGB (Red+Green+Blue) = 142+158+50=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 158 - color contains mainly: green. Hex color #8E9E32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9E32 is #7161CD. Grayscale: #8D8D8D. Windows color (decimal): -7430606 or 3317390. OLE color: 3317390.
HSL color Cylindrical-coordinate representation of color #8E9E32: hue angle of 68.89º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E9E32 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 158 | 50 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.38 |
| HSL | 68.89º | 0.52% | 0.41% | - |
| HSV(B) | 68.89º | 0.68% | 0.62% | - |
| XYZ | 23.96 | 30.43 | 7.63 | - |
| YUV | 140.9 | 76.7 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 158 | 50 | 0.10 | 0 | 0.68 | 0.38 | 68.89 | 0.52 | 0.41 |
| Hex | 8E | 9E | 32 | A | 0 | 44 | 26 | 45 | 34 | 29 |
| Octal | 216 | 236 | 62 | 12 | 0 | 104 | 46 | 105 | 64 | 51 |
| Binary | 10001110 | 10011110 | 110010 | 1010 | 0 | 1000100 | 100110 | 1000101 | 110100 | 101001 |
Color Harmonies of #8E9E32
Complementary color
Monochromatic Colors of #8E9E32
Black with #8E9E32
Text Example
Text Example
White with #8E9E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9E32; }
p { color: rgb(142,158,50); }
H1.HeaderClassName
{
color: #8E9E32;
}
.AnyTagClassName
{
color: #8E9E32;
}
</style>
background-color css
<style>
a { background-color: #8E9E32; }
a { background-color: rgb(142,158,50); }
div.DivClassName
{
background-color: #8E9E32;
}
.BgClassName
{
background-color: #8E9E32;
}
</style>
border-color css
<style>
span { border-color: #8E9E32; }
span { border-color: rgb(142,158,50); }
td.TdClassName
{
border-color: #8E9E32;
}
.TagClassName
{
border-color: #8E9E32;
}
</style>