Shades of Wasabi #888932
Tints of Wasabi #888932
RGB
CMYK
RGB Variations
Color information
#888932 (or 0x888932) is known color: Wasabi. HEX triplet: 88, 89 and 32. RGB value is (136,137,50). Sum of RGB (Red+Green+Blue) = 136+137+50=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 137 - color contains mainly: green. Hex color #888932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888932 is #7776CD. Grayscale: #7F7F7F. Windows color (decimal): -7829198 or 3312008. OLE color: 3312008.
HSL color Cylindrical-coordinate representation of color #888932: hue angle of 60.69º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #888932 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 137 | 50 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.46 |
| HSL | 60.69º | 0.47% | 0.37% | - |
| HSV(B) | 60.69º | 0.64% | 0.54% | - |
| XYZ | 19.67 | 23.36 | 6.49 | - |
| YUV | 126.78 | 84.67 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 137 | 50 | 0.01 | 0 | 0.64 | 0.46 | 60.69 | 0.47 | 0.37 |
| Hex | 88 | 89 | 32 | 1 | 0 | 40 | 2E | 3D | 2F | 25 |
| Octal | 210 | 211 | 62 | 1 | 0 | 100 | 56 | 75 | 57 | 45 |
| Binary | 10001000 | 10001001 | 110010 | 1 | 0 | 1000000 | 101110 | 111101 | 101111 | 100101 |
Color Harmonies of #888932
Complementary color
Monochromatic Colors of #888932
Black with #888932
Text Example
Text Example
White with #888932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888932; }
p { color: rgb(136,137,50); }
H1.HeaderClassName
{
color: #888932;
}
.AnyTagClassName
{
color: #888932;
}
</style>
background-color css
<style>
a { background-color: #888932; }
a { background-color: rgb(136,137,50); }
div.DivClassName
{
background-color: #888932;
}
.BgClassName
{
background-color: #888932;
}
</style>
border-color css
<style>
span { border-color: #888932; }
span { border-color: rgb(136,137,50); }
td.TdClassName
{
border-color: #888932;
}
.TagClassName
{
border-color: #888932;
}
</style>