Shades of Wasabi #888D44
Tints of Wasabi #888D44
RGB
CMYK
RGB Variations
Color information
#888D44 (or 0x888D44) is known color: Wasabi. HEX triplet: 88, 8D and 44. RGB value is (136,141,68). Sum of RGB (Red+Green+Blue) = 136+141+68=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 141 - color contains mainly: green. Hex color #888D44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888D44 is #7772BB. Grayscale: #838383. Windows color (decimal): -7828156 or 4492680. OLE color: 4492680.
HSL color Cylindrical-coordinate representation of color #888D44: hue angle of 64.11º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #888D44 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 141 | 68 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.45 |
| HSL | 64.11º | 0.35% | 0.41% | - |
| HSV(B) | 64.11º | 0.52% | 0.55% | - |
| XYZ | 20.72 | 24.7 | 9.14 | - |
| YUV | 131.18 | 92.34 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 68 | 0.04 | 0 | 0.52 | 0.45 | 64.11 | 0.35 | 0.41 |
| Hex | 88 | 8D | 44 | 4 | 0 | 34 | 2D | 40 | 23 | 29 |
| Octal | 210 | 215 | 104 | 4 | 0 | 64 | 55 | 100 | 43 | 51 |
| Binary | 10001000 | 10001101 | 1000100 | 100 | 0 | 110100 | 101101 | 1000000 | 100011 | 101001 |
Color Harmonies of #888D44
Complementary color
Monochromatic Colors of #888D44
Black with #888D44
Text Example
Text Example
White with #888D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888D44; }
p { color: rgb(136,141,68); }
H1.HeaderClassName
{
color: #888D44;
}
.AnyTagClassName
{
color: #888D44;
}
</style>
background-color css
<style>
a { background-color: #888D44; }
a { background-color: rgb(136,141,68); }
div.DivClassName
{
background-color: #888D44;
}
.BgClassName
{
background-color: #888D44;
}
</style>
border-color css
<style>
span { border-color: #888D44; }
span { border-color: rgb(136,141,68); }
td.TdClassName
{
border-color: #888D44;
}
.TagClassName
{
border-color: #888D44;
}
</style>