Shades of Wasabi #889243
Tints of Wasabi #889243
RGB
CMYK
RGB Variations
Color information
#889243 (or 0x889243) is known color: Wasabi. HEX triplet: 88, 92 and 43. RGB value is (136,146,67). Sum of RGB (Red+Green+Blue) = 136+146+67=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #889243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889243 is #776DBC. Grayscale: #868686. Windows color (decimal): -7826877 or 4428424. OLE color: 4428424.
HSL color Cylindrical-coordinate representation of color #889243: hue angle of 67.59º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #889243 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 146 | 67 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.43 |
| HSL | 67.59º | 0.37% | 0.42% | - |
| HSV(B) | 67.59º | 0.54% | 0.57% | - |
| XYZ | 21.45 | 26.2 | 9.24 | - |
| YUV | 134 | 90.19 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 67 | 0.07 | 0 | 0.54 | 0.43 | 67.59 | 0.37 | 0.42 |
| Hex | 88 | 92 | 43 | 7 | 0 | 36 | 2B | 44 | 25 | 2A |
| Octal | 210 | 222 | 103 | 7 | 0 | 66 | 53 | 104 | 45 | 52 |
| Binary | 10001000 | 10010010 | 1000011 | 111 | 0 | 110110 | 101011 | 1000100 | 100101 | 101010 |
Color Harmonies of #889243
Complementary color
Monochromatic Colors of #889243
Black with #889243
Text Example
Text Example
White with #889243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889243; }
p { color: rgb(136,146,67); }
H1.HeaderClassName
{
color: #889243;
}
.AnyTagClassName
{
color: #889243;
}
</style>
background-color css
<style>
a { background-color: #889243; }
a { background-color: rgb(136,146,67); }
div.DivClassName
{
background-color: #889243;
}
.BgClassName
{
background-color: #889243;
}
</style>
border-color css
<style>
span { border-color: #889243; }
span { border-color: rgb(136,146,67); }
td.TdClassName
{
border-color: #889243;
}
.TagClassName
{
border-color: #889243;
}
</style>