Shades of Wasabi #888F3D
Tints of Wasabi #888F3D
RGB
CMYK
RGB Variations
Color information
#888F3D (or 0x888F3D) is known color: Wasabi. HEX triplet: 88, 8F and 3D. RGB value is (136,143,61). Sum of RGB (Red+Green+Blue) = 136+143+61=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 143 (56.25% from 255 or 42.06% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 143 - color contains mainly: green. Hex color #888F3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888F3D is #7770C2. Grayscale: #838383. Windows color (decimal): -7827651 or 4034440. OLE color: 4034440.
HSL color Cylindrical-coordinate representation of color #888F3D: hue angle of 65.12º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #888F3D is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 143 | 61 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.44 |
| HSL | 65.12º | 0.4% | 0.4% | - |
| HSV(B) | 65.12º | 0.57% | 0.56% | - |
| XYZ | 20.82 | 25.22 | 8.18 | - |
| YUV | 131.56 | 88.18 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 143 | 61 | 0.05 | 0 | 0.57 | 0.44 | 65.12 | 0.4 | 0.4 |
| Hex | 88 | 8F | 3D | 5 | 0 | 39 | 2C | 41 | 28 | 28 |
| Octal | 210 | 217 | 75 | 5 | 0 | 71 | 54 | 101 | 50 | 50 |
| Binary | 10001000 | 10001111 | 111101 | 101 | 0 | 111001 | 101100 | 1000001 | 101000 | 101000 |
Color Harmonies of #888F3D
Complementary color
Monochromatic Colors of #888F3D
Black with #888F3D
Text Example
Text Example
White with #888F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888F3D; }
p { color: rgb(136,143,61); }
H1.HeaderClassName
{
color: #888F3D;
}
.AnyTagClassName
{
color: #888F3D;
}
</style>
background-color css
<style>
a { background-color: #888F3D; }
a { background-color: rgb(136,143,61); }
div.DivClassName
{
background-color: #888F3D;
}
.BgClassName
{
background-color: #888F3D;
}
</style>
border-color css
<style>
span { border-color: #888F3D; }
span { border-color: rgb(136,143,61); }
td.TdClassName
{
border-color: #888F3D;
}
.TagClassName
{
border-color: #888F3D;
}
</style>