Shades of Wasabi #8E9433
Tints of Wasabi #8E9433
RGB
CMYK
RGB Variations
Color information
#8E9433 (or 0x8E9433) is known color: Wasabi. HEX triplet: 8E, 94 and 33. RGB value is (142,148,51). Sum of RGB (Red+Green+Blue) = 142+148+51=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 148 - color contains mainly: green. Hex color #8E9433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9433 is #716BCC. Grayscale: #878787. Windows color (decimal): -7433165 or 3380366. OLE color: 3380366.
HSL color Cylindrical-coordinate representation of color #8E9433: hue angle of 63.71º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E9433 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 148 | 51 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.42 |
| HSL | 63.71º | 0.49% | 0.39% | - |
| HSV(B) | 63.71º | 0.66% | 0.58% | - |
| XYZ | 22.34 | 27.17 | 7.2 | - |
| YUV | 135.15 | 80.51 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 148 | 51 | 0.04 | 0 | 0.66 | 0.42 | 63.71 | 0.49 | 0.39 |
| Hex | 8E | 94 | 33 | 4 | 0 | 42 | 2A | 40 | 31 | 27 |
| Octal | 216 | 224 | 63 | 4 | 0 | 102 | 52 | 100 | 61 | 47 |
| Binary | 10001110 | 10010100 | 110011 | 100 | 0 | 1000010 | 101010 | 1000000 | 110001 | 100111 |
Color Harmonies of #8E9433
Complementary color
Monochromatic Colors of #8E9433
Black with #8E9433
Text Example
Text Example
White with #8E9433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9433; }
p { color: rgb(142,148,51); }
H1.HeaderClassName
{
color: #8E9433;
}
.AnyTagClassName
{
color: #8E9433;
}
</style>
background-color css
<style>
a { background-color: #8E9433; }
a { background-color: rgb(142,148,51); }
div.DivClassName
{
background-color: #8E9433;
}
.BgClassName
{
background-color: #8E9433;
}
</style>
border-color css
<style>
span { border-color: #8E9433; }
span { border-color: rgb(142,148,51); }
td.TdClassName
{
border-color: #8E9433;
}
.TagClassName
{
border-color: #8E9433;
}
</style>