Shades of Wasabi #888D40
Tints of Wasabi #888D40
RGB
CMYK
RGB Variations
Color information
#888D40 (or 0x888D40) is known color: Wasabi. HEX triplet: 88, 8D and 40. RGB value is (136,141,64). Sum of RGB (Red+Green+Blue) = 136+141+64=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 141 - color contains mainly: green. Hex color #888D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888D40 is #7772BF. Grayscale: #838383. Windows color (decimal): -7828160 or 4230536. OLE color: 4230536.
HSL color Cylindrical-coordinate representation of color #888D40: hue angle of 63.9º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #888D40 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 141 | 64 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.45 |
| HSL | 63.9º | 0.38% | 0.4% | - |
| HSV(B) | 63.9º | 0.55% | 0.55% | - |
| XYZ | 20.6 | 24.65 | 8.52 | - |
| YUV | 130.73 | 90.34 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 64 | 0.04 | 0 | 0.55 | 0.45 | 63.9 | 0.38 | 0.4 |
| Hex | 88 | 8D | 40 | 4 | 0 | 37 | 2D | 40 | 26 | 28 |
| Octal | 210 | 215 | 100 | 4 | 0 | 67 | 55 | 100 | 46 | 50 |
| Binary | 10001000 | 10001101 | 1000000 | 100 | 0 | 110111 | 101101 | 1000000 | 100110 | 101000 |
Color Harmonies of #888D40
Complementary color
Monochromatic Colors of #888D40
Black with #888D40
Text Example
Text Example
White with #888D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888D40; }
p { color: rgb(136,141,64); }
H1.HeaderClassName
{
color: #888D40;
}
.AnyTagClassName
{
color: #888D40;
}
</style>
background-color css
<style>
a { background-color: #888D40; }
a { background-color: rgb(136,141,64); }
div.DivClassName
{
background-color: #888D40;
}
.BgClassName
{
background-color: #888D40;
}
</style>
border-color css
<style>
span { border-color: #888D40; }
span { border-color: rgb(136,141,64); }
td.TdClassName
{
border-color: #888D40;
}
.TagClassName
{
border-color: #888D40;
}
</style>