Shades of Wasabi #888B32
Tints of Wasabi #888B32
RGB
CMYK
RGB Variations
Color information
#888B32 (or 0x888B32) is known color: Wasabi. HEX triplet: 88, 8B and 32. RGB value is (136,139,50). Sum of RGB (Red+Green+Blue) = 136+139+50=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 139 - color contains mainly: green. Hex color #888B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888B32 is #7774CD. Grayscale: #808080. Windows color (decimal): -7828686 or 3312520. OLE color: 3312520.
HSL color Cylindrical-coordinate representation of color #888B32: hue angle of 62.02º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #888B32 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 139 | 50 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.45 |
| HSL | 62.02º | 0.47% | 0.37% | - |
| HSV(B) | 62.02º | 0.64% | 0.55% | - |
| XYZ | 19.96 | 23.93 | 6.58 | - |
| YUV | 127.96 | 84.01 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 50 | 0.02 | 0 | 0.64 | 0.45 | 62.02 | 0.47 | 0.37 |
| Hex | 88 | 8B | 32 | 2 | 0 | 40 | 2D | 3E | 2F | 25 |
| Octal | 210 | 213 | 62 | 2 | 0 | 100 | 55 | 76 | 57 | 45 |
| Binary | 10001000 | 10001011 | 110010 | 10 | 0 | 1000000 | 101101 | 111110 | 101111 | 100101 |
Color Harmonies of #888B32
Complementary color
Monochromatic Colors of #888B32
Black with #888B32
Text Example
Text Example
White with #888B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888B32; }
p { color: rgb(136,139,50); }
H1.HeaderClassName
{
color: #888B32;
}
.AnyTagClassName
{
color: #888B32;
}
</style>
background-color css
<style>
a { background-color: #888B32; }
a { background-color: rgb(136,139,50); }
div.DivClassName
{
background-color: #888B32;
}
.BgClassName
{
background-color: #888B32;
}
</style>
border-color css
<style>
span { border-color: #888B32; }
span { border-color: rgb(136,139,50); }
td.TdClassName
{
border-color: #888B32;
}
.TagClassName
{
border-color: #888B32;
}
</style>