Shades of Wasabi #889C32
Tints of Wasabi #889C32
RGB
CMYK
RGB Variations
Color information
#889C32 (or 0x889C32) is known color: Wasabi. HEX triplet: 88, 9C and 32. RGB value is (136,156,50). Sum of RGB (Red+Green+Blue) = 136+156+50=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 156 (61.33% from 255 or 45.61% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 156 - color contains mainly: green. Hex color #889C32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889C32 is #7763CD. Grayscale: #8A8A8A. Windows color (decimal): -7824334 or 3316872. OLE color: 3316872.
HSL color Cylindrical-coordinate representation of color #889C32: hue angle of 71.32º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #889C32 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 156 | 50 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.39 |
| HSL | 71.32º | 0.51% | 0.4% | - |
| HSV(B) | 71.32º | 0.68% | 0.61% | - |
| XYZ | 22.62 | 29.24 | 7.47 | - |
| YUV | 137.94 | 78.37 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 50 | 0.13 | 0 | 0.68 | 0.39 | 71.32 | 0.51 | 0.4 |
| Hex | 88 | 9C | 32 | D | 0 | 44 | 27 | 47 | 33 | 28 |
| Octal | 210 | 234 | 62 | 15 | 0 | 104 | 47 | 107 | 63 | 50 |
| Binary | 10001000 | 10011100 | 110010 | 1101 | 0 | 1000100 | 100111 | 1000111 | 110011 | 101000 |
Color Harmonies of #889C32
Complementary color
Monochromatic Colors of #889C32
Black with #889C32
Text Example
Text Example
White with #889C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889C32; }
p { color: rgb(136,156,50); }
H1.HeaderClassName
{
color: #889C32;
}
.AnyTagClassName
{
color: #889C32;
}
</style>
background-color css
<style>
a { background-color: #889C32; }
a { background-color: rgb(136,156,50); }
div.DivClassName
{
background-color: #889C32;
}
.BgClassName
{
background-color: #889C32;
}
</style>
border-color css
<style>
span { border-color: #889C32; }
span { border-color: rgb(136,156,50); }
td.TdClassName
{
border-color: #889C32;
}
.TagClassName
{
border-color: #889C32;
}
</style>