Shades of Wasabi #88954D
Tints of Wasabi #88954D
RGB
CMYK
RGB Variations
Color information
#88954D (or 0x88954D) is known color: Wasabi. HEX triplet: 88, 95 and 4D. RGB value is (136,149,77). Sum of RGB (Red+Green+Blue) = 136+149+77=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 149 - color contains mainly: green. Hex color #88954D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88954D is #776AB2. Grayscale: #898989. Windows color (decimal): -7826099 or 5084552. OLE color: 5084552.
HSL color Cylindrical-coordinate representation of color #88954D: hue angle of 70.83º 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 #88954D is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 149 | 77 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.42 |
| HSL | 70.83º | 0.32% | 0.44% | - |
| HSV(B) | 70.83º | 0.48% | 0.58% | - |
| XYZ | 22.24 | 27.26 | 11.11 | - |
| YUV | 136.91 | 94.19 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 149 | 77 | 0.09 | 0 | 0.48 | 0.42 | 70.83 | 0.32 | 0.44 |
| Hex | 88 | 95 | 4D | 9 | 0 | 30 | 2A | 47 | 20 | 2C |
| Octal | 210 | 225 | 115 | 11 | 0 | 60 | 52 | 107 | 40 | 54 |
| Binary | 10001000 | 10010101 | 1001101 | 1001 | 0 | 110000 | 101010 | 1000111 | 100000 | 101100 |
Color Harmonies of #88954D
Complementary color
Monochromatic Colors of #88954D
Black with #88954D
Text Example
Text Example
White with #88954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88954D; }
p { color: rgb(136,149,77); }
H1.HeaderClassName
{
color: #88954D;
}
.AnyTagClassName
{
color: #88954D;
}
</style>
background-color css
<style>
a { background-color: #88954D; }
a { background-color: rgb(136,149,77); }
div.DivClassName
{
background-color: #88954D;
}
.BgClassName
{
background-color: #88954D;
}
</style>
border-color css
<style>
span { border-color: #88954D; }
span { border-color: rgb(136,149,77); }
td.TdClassName
{
border-color: #88954D;
}
.TagClassName
{
border-color: #88954D;
}
</style>