Shades of Wasabi #889834
Tints of Wasabi #889834
RGB
CMYK
RGB Variations
Color information
#889834 (or 0x889834) is known color: Wasabi. HEX triplet: 88, 98 and 34. RGB value is (136,152,52). Sum of RGB (Red+Green+Blue) = 136+152+52=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 52 (20.70% from 255 or 15.29% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #889834 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889834 is #7767CB. Grayscale: #888888. Windows color (decimal): -7825356 or 3446920. OLE color: 3446920.
HSL color Cylindrical-coordinate representation of color #889834: hue angle of 69.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #889834 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 152 | 52 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.40 |
| HSL | 69.6º | 0.49% | 0.4% | - |
| HSV(B) | 69.6º | 0.66% | 0.6% | - |
| XYZ | 22 | 27.94 | 7.48 | - |
| YUV | 135.82 | 80.7 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 152 | 52 | 0.11 | 0 | 0.66 | 0.40 | 69.6 | 0.49 | 0.4 |
| Hex | 88 | 98 | 34 | B | 0 | 42 | 28 | 46 | 31 | 28 |
| Octal | 210 | 230 | 64 | 13 | 0 | 102 | 50 | 106 | 61 | 50 |
| Binary | 10001000 | 10011000 | 110100 | 1011 | 0 | 1000010 | 101000 | 1000110 | 110001 | 101000 |
Color Harmonies of #889834
Complementary color
Monochromatic Colors of #889834
Black with #889834
Text Example
Text Example
White with #889834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889834; }
p { color: rgb(136,152,52); }
H1.HeaderClassName
{
color: #889834;
}
.AnyTagClassName
{
color: #889834;
}
</style>
background-color css
<style>
a { background-color: #889834; }
a { background-color: rgb(136,152,52); }
div.DivClassName
{
background-color: #889834;
}
.BgClassName
{
background-color: #889834;
}
</style>
border-color css
<style>
span { border-color: #889834; }
span { border-color: rgb(136,152,52); }
td.TdClassName
{
border-color: #889834;
}
.TagClassName
{
border-color: #889834;
}
</style>