Shades of Wasabi #888D49
Tints of Wasabi #888D49
RGB
CMYK
RGB Variations
Color information
#888D49 (or 0x888D49) is known color: Wasabi. HEX triplet: 88, 8D and 49. RGB value is (136,141,73). Sum of RGB (Red+Green+Blue) = 136+141+73=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 141 - color contains mainly: green. Hex color #888D49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888D49 is #7772B6. Grayscale: #848484. Windows color (decimal): -7828151 or 4820360. OLE color: 4820360.
HSL color Cylindrical-coordinate representation of color #888D49: hue angle of 64.41º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #888D49 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 141 | 73 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.45 |
| HSL | 64.41º | 0.32% | 0.42% | - |
| HSV(B) | 64.41º | 0.48% | 0.55% | - |
| XYZ | 20.88 | 24.77 | 9.98 | - |
| YUV | 131.75 | 94.84 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 73 | 0.04 | 0 | 0.48 | 0.45 | 64.41 | 0.32 | 0.42 |
| Hex | 88 | 8D | 49 | 4 | 0 | 30 | 2D | 40 | 20 | 2A |
| Octal | 210 | 215 | 111 | 4 | 0 | 60 | 55 | 100 | 40 | 52 |
| Binary | 10001000 | 10001101 | 1001001 | 100 | 0 | 110000 | 101101 | 1000000 | 100000 | 101010 |
Color Harmonies of #888D49
Complementary color
Monochromatic Colors of #888D49
Black with #888D49
Text Example
Text Example
White with #888D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888D49; }
p { color: rgb(136,141,73); }
H1.HeaderClassName
{
color: #888D49;
}
.AnyTagClassName
{
color: #888D49;
}
</style>
background-color css
<style>
a { background-color: #888D49; }
a { background-color: rgb(136,141,73); }
div.DivClassName
{
background-color: #888D49;
}
.BgClassName
{
background-color: #888D49;
}
</style>
border-color css
<style>
span { border-color: #888D49; }
span { border-color: rgb(136,141,73); }
td.TdClassName
{
border-color: #888D49;
}
.TagClassName
{
border-color: #888D49;
}
</style>