Shades of Wasabi #889944
Tints of Wasabi #889944
RGB
CMYK
RGB Variations
Color information
#889944 (or 0x889944) is known color: Wasabi. HEX triplet: 88, 99 and 44. RGB value is (136,153,68). Sum of RGB (Red+Green+Blue) = 136+153+68=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #889944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889944 is #7766BB. Grayscale: #8A8A8A. Windows color (decimal): -7825084 or 4495752. OLE color: 4495752.
HSL color Cylindrical-coordinate representation of color #889944: hue angle of 72º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #889944 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 136 | 153 | 68 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.4 |
| HSL | 72º | 0.38% | 0.43% | - |
| HSV(B) | 72º | 0.56% | 0.6% | - |
| XYZ | 22.59 | 28.43 | 9.77 | - |
| YUV | 138.23 | 88.37 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 153 | 68 | 0.11 | 0 | 0.56 | 0.4 | 72 | 0.38 | 0.43 |
| Hex | 88 | 99 | 44 | B | 0 | 38 | 28 | 48 | 26 | 2B |
| Octal | 210 | 231 | 104 | 13 | 0 | 70 | 50 | 110 | 46 | 53 |
| Binary | 10001000 | 10011001 | 1000100 | 1011 | 0 | 111000 | 101000 | 1001000 | 100110 | 101011 |
Color Harmonies of #889944
Complementary color
Monochromatic Colors of #889944
Black with #889944
Text Example
Text Example
White with #889944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889944; }
p { color: rgb(136,153,68); }
H1.HeaderClassName
{
color: #889944;
}
.AnyTagClassName
{
color: #889944;
}
</style>
background-color css
<style>
a { background-color: #889944; }
a { background-color: rgb(136,153,68); }
div.DivClassName
{
background-color: #889944;
}
.BgClassName
{
background-color: #889944;
}
</style>
border-color css
<style>
span { border-color: #889944; }
span { border-color: rgb(136,153,68); }
td.TdClassName
{
border-color: #889944;
}
.TagClassName
{
border-color: #889944;
}
</style>