Shades of Wasabi #889543
Tints of Wasabi #889543
RGB
CMYK
RGB Variations
Color information
#889543 (or 0x889543) is known color: Wasabi. HEX triplet: 88, 95 and 43. RGB value is (136,149,67). Sum of RGB (Red+Green+Blue) = 136+149+67=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #889543 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889543 is #776ABC. Grayscale: #888888. Windows color (decimal): -7826109 or 4429192. OLE color: 4429192.
HSL color Cylindrical-coordinate representation of color #889543: hue angle of 69.51º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #889543 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 149 | 67 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.42 |
| HSL | 69.51º | 0.38% | 0.42% | - |
| HSV(B) | 69.51º | 0.55% | 0.58% | - |
| XYZ | 21.91 | 27.13 | 9.39 | - |
| YUV | 135.77 | 89.19 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 149 | 67 | 0.09 | 0 | 0.55 | 0.42 | 69.51 | 0.38 | 0.42 |
| Hex | 88 | 95 | 43 | 9 | 0 | 37 | 2A | 46 | 26 | 2A |
| Octal | 210 | 225 | 103 | 11 | 0 | 67 | 52 | 106 | 46 | 52 |
| Binary | 10001000 | 10010101 | 1000011 | 1001 | 0 | 110111 | 101010 | 1000110 | 100110 | 101010 |
Color Harmonies of #889543
Complementary color
Monochromatic Colors of #889543
Black with #889543
Text Example
Text Example
White with #889543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889543; }
p { color: rgb(136,149,67); }
H1.HeaderClassName
{
color: #889543;
}
.AnyTagClassName
{
color: #889543;
}
</style>
background-color css
<style>
a { background-color: #889543; }
a { background-color: rgb(136,149,67); }
div.DivClassName
{
background-color: #889543;
}
.BgClassName
{
background-color: #889543;
}
</style>
border-color css
<style>
span { border-color: #889543; }
span { border-color: rgb(136,149,67); }
td.TdClassName
{
border-color: #889543;
}
.TagClassName
{
border-color: #889543;
}
</style>