Shades of Wasabi #88914D
Tints of Wasabi #88914D
RGB
CMYK
RGB Variations
Color information
#88914D (or 0x88914D) is known color: Wasabi. HEX triplet: 88, 91 and 4D. RGB value is (136,145,77). Sum of RGB (Red+Green+Blue) = 136+145+77=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 145 - color contains mainly: green. Hex color #88914D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88914D is #776EB2. Grayscale: #868686. Windows color (decimal): -7827123 or 5083528. OLE color: 5083528.
HSL color Cylindrical-coordinate representation of color #88914D: hue angle of 67.94º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88914D is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 145 | 77 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.43 |
| HSL | 67.94º | 0.31% | 0.44% | - |
| HSV(B) | 67.94º | 0.47% | 0.57% | - |
| XYZ | 21.62 | 26.02 | 10.9 | - |
| YUV | 134.56 | 95.52 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 77 | 0.06 | 0 | 0.47 | 0.43 | 67.94 | 0.31 | 0.44 |
| Hex | 88 | 91 | 4D | 6 | 0 | 2F | 2B | 44 | 1F | 2C |
| Octal | 210 | 221 | 115 | 6 | 0 | 57 | 53 | 104 | 37 | 54 |
| Binary | 10001000 | 10010001 | 1001101 | 110 | 0 | 101111 | 101011 | 1000100 | 11111 | 101100 |
Color Harmonies of #88914D
Complementary color
Monochromatic Colors of #88914D
Black with #88914D
Text Example
Text Example
White with #88914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88914D; }
p { color: rgb(136,145,77); }
H1.HeaderClassName
{
color: #88914D;
}
.AnyTagClassName
{
color: #88914D;
}
</style>
background-color css
<style>
a { background-color: #88914D; }
a { background-color: rgb(136,145,77); }
div.DivClassName
{
background-color: #88914D;
}
.BgClassName
{
background-color: #88914D;
}
</style>
border-color css
<style>
span { border-color: #88914D; }
span { border-color: rgb(136,145,77); }
td.TdClassName
{
border-color: #88914D;
}
.TagClassName
{
border-color: #88914D;
}
</style>