Shades of Wasabi #888F40
Tints of Wasabi #888F40
RGB
CMYK
RGB Variations
Color information
#888F40 (or 0x888F40) is known color: Wasabi. HEX triplet: 88, 8F and 40. RGB value is (136,143,64). Sum of RGB (Red+Green+Blue) = 136+143+64=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 143 (56.25% from 255 or 41.69% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 143 - color contains mainly: green. Hex color #888F40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888F40 is #7770BF. Grayscale: #848484. Windows color (decimal): -7827648 or 4231048. OLE color: 4231048.
HSL color Cylindrical-coordinate representation of color #888F40: hue angle of 65.32º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #888F40 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 143 | 64 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.44 |
| HSL | 65.32º | 0.38% | 0.41% | - |
| HSV(B) | 65.32º | 0.55% | 0.56% | - |
| XYZ | 20.9 | 25.25 | 8.62 | - |
| YUV | 131.9 | 89.68 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 143 | 64 | 0.05 | 0 | 0.55 | 0.44 | 65.32 | 0.38 | 0.41 |
| Hex | 88 | 8F | 40 | 5 | 0 | 37 | 2C | 41 | 26 | 29 |
| Octal | 210 | 217 | 100 | 5 | 0 | 67 | 54 | 101 | 46 | 51 |
| Binary | 10001000 | 10001111 | 1000000 | 101 | 0 | 110111 | 101100 | 1000001 | 100110 | 101001 |
Color Harmonies of #888F40
Complementary color
Monochromatic Colors of #888F40
Black with #888F40
Text Example
Text Example
White with #888F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888F40; }
p { color: rgb(136,143,64); }
H1.HeaderClassName
{
color: #888F40;
}
.AnyTagClassName
{
color: #888F40;
}
</style>
background-color css
<style>
a { background-color: #888F40; }
a { background-color: rgb(136,143,64); }
div.DivClassName
{
background-color: #888F40;
}
.BgClassName
{
background-color: #888F40;
}
</style>
border-color css
<style>
span { border-color: #888F40; }
span { border-color: rgb(136,143,64); }
td.TdClassName
{
border-color: #888F40;
}
.TagClassName
{
border-color: #888F40;
}
</style>