Shades of Wasabi #889A45
Tints of Wasabi #889A45
RGB
CMYK
RGB Variations
Color information
#889A45 (or 0x889A45) is known color: Wasabi. HEX triplet: 88, 9A and 45. RGB value is (136,154,69). Sum of RGB (Red+Green+Blue) = 136+154+69=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 154 - color contains mainly: green. Hex color #889A45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889A45 is #7765BA. Grayscale: #8B8B8B. Windows color (decimal): -7824827 or 4561544. OLE color: 4561544.
HSL color Cylindrical-coordinate representation of color #889A45: hue angle of 72.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #889A45 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 154 | 69 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.40 |
| HSL | 72.71º | 0.38% | 0.44% | - |
| HSV(B) | 72.71º | 0.55% | 0.6% | - |
| XYZ | 22.78 | 28.78 | 9.98 | - |
| YUV | 138.93 | 88.54 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 154 | 69 | 0.12 | 0 | 0.55 | 0.40 | 72.71 | 0.38 | 0.44 |
| Hex | 88 | 9A | 45 | C | 0 | 37 | 28 | 49 | 26 | 2C |
| Octal | 210 | 232 | 105 | 14 | 0 | 67 | 50 | 111 | 46 | 54 |
| Binary | 10001000 | 10011010 | 1000101 | 1100 | 0 | 110111 | 101000 | 1001001 | 100110 | 101100 |
Color Harmonies of #889A45
Complementary color
Monochromatic Colors of #889A45
Black with #889A45
Text Example
Text Example
White with #889A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889A45; }
p { color: rgb(136,154,69); }
H1.HeaderClassName
{
color: #889A45;
}
.AnyTagClassName
{
color: #889A45;
}
</style>
background-color css
<style>
a { background-color: #889A45; }
a { background-color: rgb(136,154,69); }
div.DivClassName
{
background-color: #889A45;
}
.BgClassName
{
background-color: #889A45;
}
</style>
border-color css
<style>
span { border-color: #889A45; }
span { border-color: rgb(136,154,69); }
td.TdClassName
{
border-color: #889A45;
}
.TagClassName
{
border-color: #889A45;
}
</style>