Shades of Wasabi #888E2D
Tints of Wasabi #888E2D
RGB
CMYK
RGB Variations
Color information
#888E2D (or 0x888E2D) is known color: Wasabi. HEX triplet: 88, 8E and 2D. RGB value is (136,142,45). Sum of RGB (Red+Green+Blue) = 136+142+45=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 142 - color contains mainly: green. Hex color #888E2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888E2D is #7771D2. Grayscale: #818181. Windows color (decimal): -7827923 or 2985608. OLE color: 2985608.
HSL color Cylindrical-coordinate representation of color #888E2D: hue angle of 63.71º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #888E2D is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 142 | 45 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.44 |
| HSL | 63.71º | 0.52% | 0.37% | - |
| HSV(B) | 63.71º | 0.68% | 0.56% | - |
| XYZ | 20.3 | 24.77 | 6.19 | - |
| YUV | 129.15 | 80.51 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 142 | 45 | 0.04 | 0 | 0.68 | 0.44 | 63.71 | 0.52 | 0.37 |
| Hex | 88 | 8E | 2D | 4 | 0 | 44 | 2C | 40 | 34 | 25 |
| Octal | 210 | 216 | 55 | 4 | 0 | 104 | 54 | 100 | 64 | 45 |
| Binary | 10001000 | 10001110 | 101101 | 100 | 0 | 1000100 | 101100 | 1000000 | 110100 | 100101 |
Color Harmonies of #888E2D
Complementary color
Monochromatic Colors of #888E2D
Black with #888E2D
Text Example
Text Example
White with #888E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888E2D; }
p { color: rgb(136,142,45); }
H1.HeaderClassName
{
color: #888E2D;
}
.AnyTagClassName
{
color: #888E2D;
}
</style>
background-color css
<style>
a { background-color: #888E2D; }
a { background-color: rgb(136,142,45); }
div.DivClassName
{
background-color: #888E2D;
}
.BgClassName
{
background-color: #888E2D;
}
</style>
border-color css
<style>
span { border-color: #888E2D; }
span { border-color: rgb(136,142,45); }
td.TdClassName
{
border-color: #888E2D;
}
.TagClassName
{
border-color: #888E2D;
}
</style>