Shades of Wasabi #88914E
Tints of Wasabi #88914E
RGB
CMYK
RGB Variations
Color information
#88914E (or 0x88914E) is known color: Wasabi. HEX triplet: 88, 91 and 4E. RGB value is (136,145,78). Sum of RGB (Red+Green+Blue) = 136+145+78=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 145 - color contains mainly: green. Hex color #88914E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88914E is #776EB1. Grayscale: #868686. Windows color (decimal): -7827122 or 5149064. OLE color: 5149064.
HSL color Cylindrical-coordinate representation of color #88914E: hue angle of 68.06º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88914E is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 145 | 78 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.43 |
| HSL | 68.06º | 0.3% | 0.44% | - |
| HSV(B) | 68.06º | 0.46% | 0.57% | - |
| XYZ | 21.65 | 26.04 | 11.09 | - |
| YUV | 134.67 | 96.02 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 78 | 0.06 | 0 | 0.46 | 0.43 | 68.06 | 0.3 | 0.44 |
| Hex | 88 | 91 | 4E | 6 | 0 | 2E | 2B | 44 | 1E | 2C |
| Octal | 210 | 221 | 116 | 6 | 0 | 56 | 53 | 104 | 36 | 54 |
| Binary | 10001000 | 10010001 | 1001110 | 110 | 0 | 101110 | 101011 | 1000100 | 11110 | 101100 |
Color Harmonies of #88914E
Complementary color
Monochromatic Colors of #88914E
Black with #88914E
Text Example
Text Example
White with #88914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88914E; }
p { color: rgb(136,145,78); }
H1.HeaderClassName
{
color: #88914E;
}
.AnyTagClassName
{
color: #88914E;
}
</style>
background-color css
<style>
a { background-color: #88914E; }
a { background-color: rgb(136,145,78); }
div.DivClassName
{
background-color: #88914E;
}
.BgClassName
{
background-color: #88914E;
}
</style>
border-color css
<style>
span { border-color: #88914E; }
span { border-color: rgb(136,145,78); }
td.TdClassName
{
border-color: #88914E;
}
.TagClassName
{
border-color: #88914E;
}
</style>