Shades of Wasabi #889B48
Tints of Wasabi #889B48
RGB
CMYK
RGB Variations
Color information
#889B48 (or 0x889B48) is known color: Wasabi. HEX triplet: 88, 9B and 48. RGB value is (136,155,72). Sum of RGB (Red+Green+Blue) = 136+155+72=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #889B48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889B48 is #7764B7. Grayscale: #8C8C8C. Windows color (decimal): -7824568 or 4758408. OLE color: 4758408.
HSL color Cylindrical-coordinate representation of color #889B48: hue angle of 73.73º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #889B48 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 155 | 72 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.39 |
| HSL | 73.73º | 0.37% | 0.45% | - |
| HSV(B) | 73.73º | 0.54% | 0.61% | - |
| XYZ | 23.04 | 29.14 | 10.54 | - |
| YUV | 139.86 | 89.71 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 72 | 0.12 | 0 | 0.54 | 0.39 | 73.73 | 0.37 | 0.45 |
| Hex | 88 | 9B | 48 | C | 0 | 36 | 27 | 4A | 25 | 2D |
| Octal | 210 | 233 | 110 | 14 | 0 | 66 | 47 | 112 | 45 | 55 |
| Binary | 10001000 | 10011011 | 1001000 | 1100 | 0 | 110110 | 100111 | 1001010 | 100101 | 101101 |
Color Harmonies of #889B48
Complementary color
Monochromatic Colors of #889B48
Black with #889B48
Text Example
Text Example
White with #889B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889B48; }
p { color: rgb(136,155,72); }
H1.HeaderClassName
{
color: #889B48;
}
.AnyTagClassName
{
color: #889B48;
}
</style>
background-color css
<style>
a { background-color: #889B48; }
a { background-color: rgb(136,155,72); }
div.DivClassName
{
background-color: #889B48;
}
.BgClassName
{
background-color: #889B48;
}
</style>
border-color css
<style>
span { border-color: #889B48; }
span { border-color: rgb(136,155,72); }
td.TdClassName
{
border-color: #889B48;
}
.TagClassName
{
border-color: #889B48;
}
</style>