Shades of Wasabi #88904E
Tints of Wasabi #88904E
RGB
CMYK
RGB Variations
Color information
#88904E (or 0x88904E) is known color: Wasabi. HEX triplet: 88, 90 and 4E. RGB value is (136,144,78). Sum of RGB (Red+Green+Blue) = 136+144+78=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 144 - color contains mainly: green. Hex color #88904E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88904E is #776FB1. Grayscale: #868686. Windows color (decimal): -7827378 or 5148808. OLE color: 5148808.
HSL color Cylindrical-coordinate representation of color #88904E: hue angle of 67.27º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88904E is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 144 | 78 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.44 |
| HSL | 67.27º | 0.3% | 0.44% | - |
| HSV(B) | 67.27º | 0.46% | 0.56% | - |
| XYZ | 21.5 | 25.73 | 11.04 | - |
| YUV | 134.08 | 96.35 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 144 | 78 | 0.06 | 0 | 0.46 | 0.44 | 67.27 | 0.3 | 0.44 |
| Hex | 88 | 90 | 4E | 6 | 0 | 2E | 2C | 43 | 1E | 2C |
| Octal | 210 | 220 | 116 | 6 | 0 | 56 | 54 | 103 | 36 | 54 |
| Binary | 10001000 | 10010000 | 1001110 | 110 | 0 | 101110 | 101100 | 1000011 | 11110 | 101100 |
Color Harmonies of #88904E
Complementary color
Monochromatic Colors of #88904E
Black with #88904E
Text Example
Text Example
White with #88904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88904E; }
p { color: rgb(136,144,78); }
H1.HeaderClassName
{
color: #88904E;
}
.AnyTagClassName
{
color: #88904E;
}
</style>
background-color css
<style>
a { background-color: #88904E; }
a { background-color: rgb(136,144,78); }
div.DivClassName
{
background-color: #88904E;
}
.BgClassName
{
background-color: #88904E;
}
</style>
border-color css
<style>
span { border-color: #88904E; }
span { border-color: rgb(136,144,78); }
td.TdClassName
{
border-color: #88904E;
}
.TagClassName
{
border-color: #88904E;
}
</style>