Shades of Wasabi #888D36
Tints of Wasabi #888D36
RGB
CMYK
RGB Variations
Color information
#888D36 (or 0x888D36) is known color: Wasabi. HEX triplet: 88, 8D and 36. RGB value is (136,141,54). Sum of RGB (Red+Green+Blue) = 136+141+54=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 141 - color contains mainly: green. Hex color #888D36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888D36 is #7772C9. Grayscale: #818181. Windows color (decimal): -7828170 or 3575176. OLE color: 3575176.
HSL color Cylindrical-coordinate representation of color #888D36: hue angle of 63.45º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #888D36 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 141 | 54 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.45 |
| HSL | 63.45º | 0.45% | 0.38% | - |
| HSV(B) | 63.45º | 0.62% | 0.55% | - |
| XYZ | 20.34 | 24.55 | 7.16 | - |
| YUV | 129.59 | 85.34 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 54 | 0.04 | 0 | 0.62 | 0.45 | 63.45 | 0.45 | 0.38 |
| Hex | 88 | 8D | 36 | 4 | 0 | 3E | 2D | 3F | 2D | 26 |
| Octal | 210 | 215 | 66 | 4 | 0 | 76 | 55 | 77 | 55 | 46 |
| Binary | 10001000 | 10001101 | 110110 | 100 | 0 | 111110 | 101101 | 111111 | 101101 | 100110 |
Color Harmonies of #888D36
Complementary color
Monochromatic Colors of #888D36
Black with #888D36
Text Example
Text Example
White with #888D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888D36; }
p { color: rgb(136,141,54); }
H1.HeaderClassName
{
color: #888D36;
}
.AnyTagClassName
{
color: #888D36;
}
</style>
background-color css
<style>
a { background-color: #888D36; }
a { background-color: rgb(136,141,54); }
div.DivClassName
{
background-color: #888D36;
}
.BgClassName
{
background-color: #888D36;
}
</style>
border-color css
<style>
span { border-color: #888D36; }
span { border-color: rgb(136,141,54); }
td.TdClassName
{
border-color: #888D36;
}
.TagClassName
{
border-color: #888D36;
}
</style>