Shades of Wasabi #8E983B
Tints of Wasabi #8E983B
RGB
CMYK
RGB Variations
Color information
#8E983B (or 0x8E983B) is known color: Wasabi. HEX triplet: 8E, 98 and 3B. RGB value is (142,152,59). Sum of RGB (Red+Green+Blue) = 142+152+59=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #8E983B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E983B is #7167C4. Grayscale: #8A8A8A. Windows color (decimal): -7432133 or 3905678. OLE color: 3905678.
HSL color Cylindrical-coordinate representation of color #8E983B: hue angle of 66.45º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E983B is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 142 | 152 | 59 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.40 |
| HSL | 66.45º | 0.44% | 0.41% | - |
| HSV(B) | 66.45º | 0.61% | 0.6% | - |
| XYZ | 23.17 | 28.52 | 8.42 | - |
| YUV | 138.41 | 83.19 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 152 | 59 | 0.07 | 0 | 0.61 | 0.40 | 66.45 | 0.44 | 0.41 |
| Hex | 8E | 98 | 3B | 7 | 0 | 3D | 28 | 42 | 2C | 29 |
| Octal | 216 | 230 | 73 | 7 | 0 | 75 | 50 | 102 | 54 | 51 |
| Binary | 10001110 | 10011000 | 111011 | 111 | 0 | 111101 | 101000 | 1000010 | 101100 | 101001 |
Color Harmonies of #8E983B
Complementary color
Monochromatic Colors of #8E983B
Black with #8E983B
Text Example
Text Example
White with #8E983B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E983B; }
p { color: rgb(142,152,59); }
H1.HeaderClassName
{
color: #8E983B;
}
.AnyTagClassName
{
color: #8E983B;
}
</style>
background-color css
<style>
a { background-color: #8E983B; }
a { background-color: rgb(142,152,59); }
div.DivClassName
{
background-color: #8E983B;
}
.BgClassName
{
background-color: #8E983B;
}
</style>
border-color css
<style>
span { border-color: #8E983B; }
span { border-color: rgb(142,152,59); }
td.TdClassName
{
border-color: #8E983B;
}
.TagClassName
{
border-color: #8E983B;
}
</style>