Shades of Wasabi #888D3C
Tints of Wasabi #888D3C
RGB
CMYK
RGB Variations
Color information
#888D3C (or 0x888D3C) is known color: Wasabi. HEX triplet: 88, 8D and 3C. RGB value is (136,141,60). Sum of RGB (Red+Green+Blue) = 136+141+60=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 141 - color contains mainly: green. Hex color #888D3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888D3C is #7772C3. Grayscale: #828282. Windows color (decimal): -7828164 or 3968392. OLE color: 3968392.
HSL color Cylindrical-coordinate representation of color #888D3C: hue angle of 63.7º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #888D3C is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 141 | 60 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.45 |
| HSL | 63.7º | 0.4% | 0.39% | - |
| HSV(B) | 63.7º | 0.57% | 0.55% | - |
| XYZ | 20.49 | 24.61 | 7.95 | - |
| YUV | 130.27 | 88.34 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 60 | 0.04 | 0 | 0.57 | 0.45 | 63.7 | 0.4 | 0.39 |
| Hex | 88 | 8D | 3C | 4 | 0 | 39 | 2D | 40 | 28 | 27 |
| Octal | 210 | 215 | 74 | 4 | 0 | 71 | 55 | 100 | 50 | 47 |
| Binary | 10001000 | 10001101 | 111100 | 100 | 0 | 111001 | 101101 | 1000000 | 101000 | 100111 |
Color Harmonies of #888D3C
Complementary color
Monochromatic Colors of #888D3C
Black with #888D3C
Text Example
Text Example
White with #888D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888D3C; }
p { color: rgb(136,141,60); }
H1.HeaderClassName
{
color: #888D3C;
}
.AnyTagClassName
{
color: #888D3C;
}
</style>
background-color css
<style>
a { background-color: #888D3C; }
a { background-color: rgb(136,141,60); }
div.DivClassName
{
background-color: #888D3C;
}
.BgClassName
{
background-color: #888D3C;
}
</style>
border-color css
<style>
span { border-color: #888D3C; }
span { border-color: rgb(136,141,60); }
td.TdClassName
{
border-color: #888D3C;
}
.TagClassName
{
border-color: #888D3C;
}
</style>