Shades of Wasabi #889D32
Tints of Wasabi #889D32
RGB
CMYK
RGB Variations
Color information
#889D32 (or 0x889D32) is known color: Wasabi. HEX triplet: 88, 9D and 32. RGB value is (136,157,50). Sum of RGB (Red+Green+Blue) = 136+157+50=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 157 - color contains mainly: green. Hex color #889D32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889D32 is #7762CD. Grayscale: #8A8A8A. Windows color (decimal): -7824078 or 3317128. OLE color: 3317128.
HSL color Cylindrical-coordinate representation of color #889D32: hue angle of 71.78º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #889D32 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 157 | 50 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.38 |
| HSL | 71.78º | 0.52% | 0.41% | - |
| HSV(B) | 71.78º | 0.68% | 0.62% | - |
| XYZ | 22.79 | 29.58 | 7.53 | - |
| YUV | 138.52 | 78.04 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 50 | 0.13 | 0 | 0.68 | 0.38 | 71.78 | 0.52 | 0.41 |
| Hex | 88 | 9D | 32 | D | 0 | 44 | 26 | 48 | 34 | 29 |
| Octal | 210 | 235 | 62 | 15 | 0 | 104 | 46 | 110 | 64 | 51 |
| Binary | 10001000 | 10011101 | 110010 | 1101 | 0 | 1000100 | 100110 | 1001000 | 110100 | 101001 |
Color Harmonies of #889D32
Complementary color
Monochromatic Colors of #889D32
Black with #889D32
Text Example
Text Example
White with #889D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889D32; }
p { color: rgb(136,157,50); }
H1.HeaderClassName
{
color: #889D32;
}
.AnyTagClassName
{
color: #889D32;
}
</style>
background-color css
<style>
a { background-color: #889D32; }
a { background-color: rgb(136,157,50); }
div.DivClassName
{
background-color: #889D32;
}
.BgClassName
{
background-color: #889D32;
}
</style>
border-color css
<style>
span { border-color: #889D32; }
span { border-color: rgb(136,157,50); }
td.TdClassName
{
border-color: #889D32;
}
.TagClassName
{
border-color: #889D32;
}
</style>