Shades of Wasabi #889B31
Tints of Wasabi #889B31
RGB
CMYK
RGB Variations
Color information
#889B31 (or 0x889B31) is known color: Wasabi. HEX triplet: 88, 9B and 31. RGB value is (136,155,49). Sum of RGB (Red+Green+Blue) = 136+155+49=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 155 (60.94% from 255 or 45.59% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 155 - color contains mainly: green. Hex color #889B31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889B31 is #7764CE. Grayscale: #898989. Windows color (decimal): -7824591 or 3251080. OLE color: 3251080.
HSL color Cylindrical-coordinate representation of color #889B31: hue angle of 70.75º degrees, saturation: 0.52, 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 #889B31 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 155 | 49 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.39 |
| HSL | 70.75º | 0.52% | 0.4% | - |
| HSV(B) | 70.75º | 0.68% | 0.61% | - |
| XYZ | 22.43 | 28.9 | 7.3 | - |
| YUV | 137.24 | 78.21 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 49 | 0.12 | 0 | 0.68 | 0.39 | 70.75 | 0.52 | 0.4 |
| Hex | 88 | 9B | 31 | C | 0 | 44 | 27 | 47 | 34 | 28 |
| Octal | 210 | 233 | 61 | 14 | 0 | 104 | 47 | 107 | 64 | 50 |
| Binary | 10001000 | 10011011 | 110001 | 1100 | 0 | 1000100 | 100111 | 1000111 | 110100 | 101000 |
Color Harmonies of #889B31
Complementary color
Monochromatic Colors of #889B31
Black with #889B31
Text Example
Text Example
White with #889B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889B31; }
p { color: rgb(136,155,49); }
H1.HeaderClassName
{
color: #889B31;
}
.AnyTagClassName
{
color: #889B31;
}
</style>
background-color css
<style>
a { background-color: #889B31; }
a { background-color: rgb(136,155,49); }
div.DivClassName
{
background-color: #889B31;
}
.BgClassName
{
background-color: #889B31;
}
</style>
border-color css
<style>
span { border-color: #889B31; }
span { border-color: rgb(136,155,49); }
td.TdClassName
{
border-color: #889B31;
}
.TagClassName
{
border-color: #889B31;
}
</style>