Shades of Wasabi #888D43
Tints of Wasabi #888D43
RGB
CMYK
RGB Variations
Color information
#888D43 (or 0x888D43) is known color: Wasabi. HEX triplet: 88, 8D and 43. RGB value is (136,141,67). Sum of RGB (Red+Green+Blue) = 136+141+67=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 67 (26.56% from 255 or 19.48% from 344); Max value from RGB is 141 - color contains mainly: green. Hex color #888D43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888D43 is #7772BC. Grayscale: #838383. Windows color (decimal): -7828157 or 4427144. OLE color: 4427144.
HSL color Cylindrical-coordinate representation of color #888D43: hue angle of 64.05º degrees, saturation: 0.36, 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 #888D43 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 141 | 67 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.45 |
| HSL | 64.05º | 0.36% | 0.41% | - |
| HSV(B) | 64.05º | 0.52% | 0.55% | - |
| XYZ | 20.69 | 24.69 | 8.99 | - |
| YUV | 131.07 | 91.84 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 67 | 0.04 | 0 | 0.52 | 0.45 | 64.05 | 0.36 | 0.41 |
| Hex | 88 | 8D | 43 | 4 | 0 | 34 | 2D | 40 | 24 | 29 |
| Octal | 210 | 215 | 103 | 4 | 0 | 64 | 55 | 100 | 44 | 51 |
| Binary | 10001000 | 10001101 | 1000011 | 100 | 0 | 110100 | 101101 | 1000000 | 100100 | 101001 |
Color Harmonies of #888D43
Complementary color
Monochromatic Colors of #888D43
Black with #888D43
Text Example
Text Example
White with #888D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888D43; }
p { color: rgb(136,141,67); }
H1.HeaderClassName
{
color: #888D43;
}
.AnyTagClassName
{
color: #888D43;
}
</style>
background-color css
<style>
a { background-color: #888D43; }
a { background-color: rgb(136,141,67); }
div.DivClassName
{
background-color: #888D43;
}
.BgClassName
{
background-color: #888D43;
}
</style>
border-color css
<style>
span { border-color: #888D43; }
span { border-color: rgb(136,141,67); }
td.TdClassName
{
border-color: #888D43;
}
.TagClassName
{
border-color: #888D43;
}
</style>