Shades of Wasabi #89912D
Tints of Wasabi #89912D
RGB
CMYK
RGB Variations
Color information
#89912D (or 0x89912D) is known color: Wasabi. HEX triplet: 89, 91 and 2D. RGB value is (137,145,45). Sum of RGB (Red+Green+Blue) = 137+145+45=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #89912D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89912D is #766ED2. Grayscale: #838383. Windows color (decimal): -7761619 or 2986377. OLE color: 2986377.
HSL color Cylindrical-coordinate representation of color #89912D: hue angle of 64.8º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #89912D is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 145 | 45 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.43 |
| HSL | 64.8º | 0.53% | 0.37% | - |
| HSV(B) | 64.8º | 0.69% | 0.57% | - |
| XYZ | 20.92 | 25.76 | 6.35 | - |
| YUV | 131.21 | 79.35 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 145 | 45 | 0.06 | 0 | 0.69 | 0.43 | 64.8 | 0.53 | 0.37 |
| Hex | 89 | 91 | 2D | 6 | 0 | 45 | 2B | 41 | 35 | 25 |
| Octal | 211 | 221 | 55 | 6 | 0 | 105 | 53 | 101 | 65 | 45 |
| Binary | 10001001 | 10010001 | 101101 | 110 | 0 | 1000101 | 101011 | 1000001 | 110101 | 100101 |
Color Harmonies of #89912D
Complementary color
Monochromatic Colors of #89912D
Black with #89912D
Text Example
Text Example
White with #89912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89912D; }
p { color: rgb(137,145,45); }
H1.HeaderClassName
{
color: #89912D;
}
.AnyTagClassName
{
color: #89912D;
}
</style>
background-color css
<style>
a { background-color: #89912D; }
a { background-color: rgb(137,145,45); }
div.DivClassName
{
background-color: #89912D;
}
.BgClassName
{
background-color: #89912D;
}
</style>
border-color css
<style>
span { border-color: #89912D; }
span { border-color: rgb(137,145,45); }
td.TdClassName
{
border-color: #89912D;
}
.TagClassName
{
border-color: #89912D;
}
</style>