Shades of Wasabi #88914C
Tints of Wasabi #88914C
RGB
CMYK
RGB Variations
Color information
#88914C (or 0x88914C) is known color: Wasabi. HEX triplet: 88, 91 and 4C. RGB value is (136,145,76). Sum of RGB (Red+Green+Blue) = 136+145+76=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 145 - color contains mainly: green. Hex color #88914C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88914C is #776EB3. Grayscale: #868686. Windows color (decimal): -7827124 or 5017992. OLE color: 5017992.
HSL color Cylindrical-coordinate representation of color #88914C: hue angle of 67.83º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #88914C is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 145 | 76 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.43 |
| HSL | 67.83º | 0.31% | 0.43% | - |
| HSV(B) | 67.83º | 0.48% | 0.57% | - |
| XYZ | 21.58 | 26.01 | 10.72 | - |
| YUV | 134.44 | 95.02 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 76 | 0.06 | 0 | 0.48 | 0.43 | 67.83 | 0.31 | 0.43 |
| Hex | 88 | 91 | 4C | 6 | 0 | 30 | 2B | 44 | 1F | 2B |
| Octal | 210 | 221 | 114 | 6 | 0 | 60 | 53 | 104 | 37 | 53 |
| Binary | 10001000 | 10010001 | 1001100 | 110 | 0 | 110000 | 101011 | 1000100 | 11111 | 101011 |
Color Harmonies of #88914C
Complementary color
Monochromatic Colors of #88914C
Black with #88914C
Text Example
Text Example
White with #88914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88914C; }
p { color: rgb(136,145,76); }
H1.HeaderClassName
{
color: #88914C;
}
.AnyTagClassName
{
color: #88914C;
}
</style>
background-color css
<style>
a { background-color: #88914C; }
a { background-color: rgb(136,145,76); }
div.DivClassName
{
background-color: #88914C;
}
.BgClassName
{
background-color: #88914C;
}
</style>
border-color css
<style>
span { border-color: #88914C; }
span { border-color: rgb(136,145,76); }
td.TdClassName
{
border-color: #88914C;
}
.TagClassName
{
border-color: #88914C;
}
</style>