Shades of Wasabi #88944D
Tints of Wasabi #88944D
RGB
CMYK
RGB Variations
Color information
#88944D (or 0x88944D) is known color: Wasabi. HEX triplet: 88, 94 and 4D. RGB value is (136,148,77). Sum of RGB (Red+Green+Blue) = 136+148+77=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 148 - color contains mainly: green. Hex color #88944D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88944D is #776BB2. Grayscale: #888888. Windows color (decimal): -7826355 or 5084296. OLE color: 5084296.
HSL color Cylindrical-coordinate representation of color #88944D: hue angle of 70.14º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #88944D is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 148 | 77 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.42 |
| HSL | 70.14º | 0.32% | 0.44% | - |
| HSV(B) | 70.14º | 0.48% | 0.58% | - |
| XYZ | 22.08 | 26.95 | 11.06 | - |
| YUV | 136.32 | 94.52 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 148 | 77 | 0.08 | 0 | 0.48 | 0.42 | 70.14 | 0.32 | 0.44 |
| Hex | 88 | 94 | 4D | 8 | 0 | 30 | 2A | 46 | 20 | 2C |
| Octal | 210 | 224 | 115 | 10 | 0 | 60 | 52 | 106 | 40 | 54 |
| Binary | 10001000 | 10010100 | 1001101 | 1000 | 0 | 110000 | 101010 | 1000110 | 100000 | 101100 |
Color Harmonies of #88944D
Complementary color
Monochromatic Colors of #88944D
Black with #88944D
Text Example
Text Example
White with #88944D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88944D; }
p { color: rgb(136,148,77); }
H1.HeaderClassName
{
color: #88944D;
}
.AnyTagClassName
{
color: #88944D;
}
</style>
background-color css
<style>
a { background-color: #88944D; }
a { background-color: rgb(136,148,77); }
div.DivClassName
{
background-color: #88944D;
}
.BgClassName
{
background-color: #88944D;
}
</style>
border-color css
<style>
span { border-color: #88944D; }
span { border-color: rgb(136,148,77); }
td.TdClassName
{
border-color: #88944D;
}
.TagClassName
{
border-color: #88944D;
}
</style>