Shades of Wasabi #889B32
Tints of Wasabi #889B32
RGB
CMYK
RGB Variations
Color information
#889B32 (or 0x889B32) is known color: Wasabi. HEX triplet: 88, 9B and 32. RGB value is (136,155,50). Sum of RGB (Red+Green+Blue) = 136+155+50=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 155 - color contains mainly: green. Hex color #889B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889B32 is #7764CD. Grayscale: #898989. Windows color (decimal): -7824590 or 3316616. OLE color: 3316616.
HSL color Cylindrical-coordinate representation of color #889B32: hue angle of 70.86º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #889B32 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 155 | 50 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.39 |
| HSL | 70.86º | 0.51% | 0.4% | - |
| HSV(B) | 70.86º | 0.68% | 0.61% | - |
| XYZ | 22.45 | 28.91 | 7.41 | - |
| YUV | 137.35 | 78.71 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 50 | 0.12 | 0 | 0.68 | 0.39 | 70.86 | 0.51 | 0.4 |
| Hex | 88 | 9B | 32 | C | 0 | 44 | 27 | 47 | 33 | 28 |
| Octal | 210 | 233 | 62 | 14 | 0 | 104 | 47 | 107 | 63 | 50 |
| Binary | 10001000 | 10011011 | 110010 | 1100 | 0 | 1000100 | 100111 | 1000111 | 110011 | 101000 |
Color Harmonies of #889B32
Complementary color
Monochromatic Colors of #889B32
Black with #889B32
Text Example
Text Example
White with #889B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889B32; }
p { color: rgb(136,155,50); }
H1.HeaderClassName
{
color: #889B32;
}
.AnyTagClassName
{
color: #889B32;
}
</style>
background-color css
<style>
a { background-color: #889B32; }
a { background-color: rgb(136,155,50); }
div.DivClassName
{
background-color: #889B32;
}
.BgClassName
{
background-color: #889B32;
}
</style>
border-color css
<style>
span { border-color: #889B32; }
span { border-color: rgb(136,155,50); }
td.TdClassName
{
border-color: #889B32;
}
.TagClassName
{
border-color: #889B32;
}
</style>