Shades of Wasabi #888D37
Tints of Wasabi #888D37
RGB
CMYK
RGB Variations
Color information
#888D37 (or 0x888D37) is known color: Wasabi. HEX triplet: 88, 8D and 37. RGB value is (136,141,55). Sum of RGB (Red+Green+Blue) = 136+141+55=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 55 (21.88% from 255 or 16.57% from 332); Max value from RGB is 141 - color contains mainly: green. Hex color #888D37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888D37 is #7772C8. Grayscale: #828282. Windows color (decimal): -7828169 or 3640712. OLE color: 3640712.
HSL color Cylindrical-coordinate representation of color #888D37: hue angle of 63.49º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #888D37 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 141 | 55 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.45 |
| HSL | 63.49º | 0.44% | 0.38% | - |
| HSV(B) | 63.49º | 0.61% | 0.55% | - |
| XYZ | 20.37 | 24.56 | 7.28 | - |
| YUV | 129.7 | 85.84 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 55 | 0.04 | 0 | 0.61 | 0.45 | 63.49 | 0.44 | 0.38 |
| Hex | 88 | 8D | 37 | 4 | 0 | 3D | 2D | 3F | 2C | 26 |
| Octal | 210 | 215 | 67 | 4 | 0 | 75 | 55 | 77 | 54 | 46 |
| Binary | 10001000 | 10001101 | 110111 | 100 | 0 | 111101 | 101101 | 111111 | 101100 | 100110 |
Color Harmonies of #888D37
Complementary color
Monochromatic Colors of #888D37
Black with #888D37
Text Example
Text Example
White with #888D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888D37; }
p { color: rgb(136,141,55); }
H1.HeaderClassName
{
color: #888D37;
}
.AnyTagClassName
{
color: #888D37;
}
</style>
background-color css
<style>
a { background-color: #888D37; }
a { background-color: rgb(136,141,55); }
div.DivClassName
{
background-color: #888D37;
}
.BgClassName
{
background-color: #888D37;
}
</style>
border-color css
<style>
span { border-color: #888D37; }
span { border-color: rgb(136,141,55); }
td.TdClassName
{
border-color: #888D37;
}
.TagClassName
{
border-color: #888D37;
}
</style>