Shades of Wasabi #888D34
Tints of Wasabi #888D34
RGB
CMYK
RGB Variations
Color information
#888D34 (or 0x888D34) is known color: Wasabi. HEX triplet: 88, 8D and 34. RGB value is (136,141,52). Sum of RGB (Red+Green+Blue) = 136+141+52=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 141 - color contains mainly: green. Hex color #888D34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888D34 is #7772CB. Grayscale: #818181. Windows color (decimal): -7828172 or 3444104. OLE color: 3444104.
HSL color Cylindrical-coordinate representation of color #888D34: hue angle of 63.37º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #888D34 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 141 | 52 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.45 |
| HSL | 63.37º | 0.46% | 0.38% | - |
| HSV(B) | 63.37º | 0.63% | 0.55% | - |
| XYZ | 20.3 | 24.53 | 6.91 | - |
| YUV | 129.36 | 84.34 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 52 | 0.04 | 0 | 0.63 | 0.45 | 63.37 | 0.46 | 0.38 |
| Hex | 88 | 8D | 34 | 4 | 0 | 3F | 2D | 3F | 2E | 26 |
| Octal | 210 | 215 | 64 | 4 | 0 | 77 | 55 | 77 | 56 | 46 |
| Binary | 10001000 | 10001101 | 110100 | 100 | 0 | 111111 | 101101 | 111111 | 101110 | 100110 |
Color Harmonies of #888D34
Complementary color
Monochromatic Colors of #888D34
Black with #888D34
Text Example
Text Example
White with #888D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888D34; }
p { color: rgb(136,141,52); }
H1.HeaderClassName
{
color: #888D34;
}
.AnyTagClassName
{
color: #888D34;
}
</style>
background-color css
<style>
a { background-color: #888D34; }
a { background-color: rgb(136,141,52); }
div.DivClassName
{
background-color: #888D34;
}
.BgClassName
{
background-color: #888D34;
}
</style>
border-color css
<style>
span { border-color: #888D34; }
span { border-color: rgb(136,141,52); }
td.TdClassName
{
border-color: #888D34;
}
.TagClassName
{
border-color: #888D34;
}
</style>