Shades of Wasabi #889B45
Tints of Wasabi #889B45
RGB
CMYK
RGB Variations
Color information
#889B45 (or 0x889B45) is known color: Wasabi. HEX triplet: 88, 9B and 45. RGB value is (136,155,69). Sum of RGB (Red+Green+Blue) = 136+155+69=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 155 - color contains mainly: green. Hex color #889B45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889B45 is #7764BA. Grayscale: #8B8B8B. Windows color (decimal): -7824571 or 4561800. OLE color: 4561800.
HSL color Cylindrical-coordinate representation of color #889B45: hue angle of 73.26º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #889B45 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 155 | 69 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.39 |
| HSL | 73.26º | 0.38% | 0.44% | - |
| HSV(B) | 73.26º | 0.55% | 0.61% | - |
| XYZ | 22.95 | 29.11 | 10.04 | - |
| YUV | 139.52 | 88.21 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 69 | 0.12 | 0 | 0.55 | 0.39 | 73.26 | 0.38 | 0.44 |
| Hex | 88 | 9B | 45 | C | 0 | 37 | 27 | 49 | 26 | 2C |
| Octal | 210 | 233 | 105 | 14 | 0 | 67 | 47 | 111 | 46 | 54 |
| Binary | 10001000 | 10011011 | 1000101 | 1100 | 0 | 110111 | 100111 | 1001001 | 100110 | 101100 |
Color Harmonies of #889B45
Complementary color
Monochromatic Colors of #889B45
Black with #889B45
Text Example
Text Example
White with #889B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889B45; }
p { color: rgb(136,155,69); }
H1.HeaderClassName
{
color: #889B45;
}
.AnyTagClassName
{
color: #889B45;
}
</style>
background-color css
<style>
a { background-color: #889B45; }
a { background-color: rgb(136,155,69); }
div.DivClassName
{
background-color: #889B45;
}
.BgClassName
{
background-color: #889B45;
}
</style>
border-color css
<style>
span { border-color: #889B45; }
span { border-color: rgb(136,155,69); }
td.TdClassName
{
border-color: #889B45;
}
.TagClassName
{
border-color: #889B45;
}
</style>