Shades of Wasabi #888E42
Tints of Wasabi #888E42
RGB
CMYK
RGB Variations
Color information
#888E42 (or 0x888E42) is known color: Wasabi. HEX triplet: 88, 8E and 42. RGB value is (136,142,66). Sum of RGB (Red+Green+Blue) = 136+142+66=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 142 - color contains mainly: green. Hex color #888E42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888E42 is #7771BD. Grayscale: #838383. Windows color (decimal): -7827902 or 4361864. OLE color: 4361864.
HSL color Cylindrical-coordinate representation of color #888E42: hue angle of 64.74º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #888E42 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 142 | 66 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.44 |
| HSL | 64.74º | 0.37% | 0.41% | - |
| HSV(B) | 64.74º | 0.54% | 0.56% | - |
| XYZ | 20.81 | 24.97 | 8.88 | - |
| YUV | 131.54 | 91.01 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 142 | 66 | 0.04 | 0 | 0.54 | 0.44 | 64.74 | 0.37 | 0.41 |
| Hex | 88 | 8E | 42 | 4 | 0 | 36 | 2C | 41 | 25 | 29 |
| Octal | 210 | 216 | 102 | 4 | 0 | 66 | 54 | 101 | 45 | 51 |
| Binary | 10001000 | 10001110 | 1000010 | 100 | 0 | 110110 | 101100 | 1000001 | 100101 | 101001 |
Color Harmonies of #888E42
Complementary color
Monochromatic Colors of #888E42
Black with #888E42
Text Example
Text Example
White with #888E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888E42; }
p { color: rgb(136,142,66); }
H1.HeaderClassName
{
color: #888E42;
}
.AnyTagClassName
{
color: #888E42;
}
</style>
background-color css
<style>
a { background-color: #888E42; }
a { background-color: rgb(136,142,66); }
div.DivClassName
{
background-color: #888E42;
}
.BgClassName
{
background-color: #888E42;
}
</style>
border-color css
<style>
span { border-color: #888E42; }
span { border-color: rgb(136,142,66); }
td.TdClassName
{
border-color: #888E42;
}
.TagClassName
{
border-color: #888E42;
}
</style>