Shades of Wasabi #889C41
Tints of Wasabi #889C41
RGB
CMYK
RGB Variations
Color information
#889C41 (or 0x889C41) is known color: Wasabi. HEX triplet: 88, 9C and 41. RGB value is (136,156,65). Sum of RGB (Red+Green+Blue) = 136+156+65=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 156 - color contains mainly: green. Hex color #889C41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889C41 is #7763BE. Grayscale: #8B8B8B. Windows color (decimal): -7824319 or 4299912. OLE color: 4299912.
HSL color Cylindrical-coordinate representation of color #889C41: hue angle of 73.19º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #889C41 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 156 | 65 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.39 |
| HSL | 73.19º | 0.41% | 0.43% | - |
| HSV(B) | 73.19º | 0.58% | 0.61% | - |
| XYZ | 23 | 29.39 | 9.46 | - |
| YUV | 139.65 | 85.87 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 65 | 0.13 | 0 | 0.58 | 0.39 | 73.19 | 0.41 | 0.43 |
| Hex | 88 | 9C | 41 | D | 0 | 3A | 27 | 49 | 29 | 2B |
| Octal | 210 | 234 | 101 | 15 | 0 | 72 | 47 | 111 | 51 | 53 |
| Binary | 10001000 | 10011100 | 1000001 | 1101 | 0 | 111010 | 100111 | 1001001 | 101001 | 101011 |
Color Harmonies of #889C41
Complementary color
Monochromatic Colors of #889C41
Black with #889C41
Text Example
Text Example
White with #889C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889C41; }
p { color: rgb(136,156,65); }
H1.HeaderClassName
{
color: #889C41;
}
.AnyTagClassName
{
color: #889C41;
}
</style>
background-color css
<style>
a { background-color: #889C41; }
a { background-color: rgb(136,156,65); }
div.DivClassName
{
background-color: #889C41;
}
.BgClassName
{
background-color: #889C41;
}
</style>
border-color css
<style>
span { border-color: #889C41; }
span { border-color: rgb(136,156,65); }
td.TdClassName
{
border-color: #889C41;
}
.TagClassName
{
border-color: #889C41;
}
</style>