Shades of Wasabi #89913B
Tints of Wasabi #89913B
RGB
CMYK
RGB Variations
Color information
#89913B (or 0x89913B) is known color: Wasabi. HEX triplet: 89, 91 and 3B. RGB value is (137,145,59). Sum of RGB (Red+Green+Blue) = 137+145+59=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 145 - color contains mainly: green. Hex color #89913B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89913B is #766EC4. Grayscale: #858585. Windows color (decimal): -7761605 or 3903881. OLE color: 3903881.
HSL color Cylindrical-coordinate representation of color #89913B: hue angle of 65.58º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #89913B is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 145 | 59 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.43 |
| HSL | 65.58º | 0.42% | 0.4% | - |
| HSV(B) | 65.58º | 0.59% | 0.57% | - |
| XYZ | 21.23 | 25.88 | 8.01 | - |
| YUV | 132.8 | 86.35 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 145 | 59 | 0.06 | 0 | 0.59 | 0.43 | 65.58 | 0.42 | 0.4 |
| Hex | 89 | 91 | 3B | 6 | 0 | 3B | 2B | 42 | 2A | 28 |
| Octal | 211 | 221 | 73 | 6 | 0 | 73 | 53 | 102 | 52 | 50 |
| Binary | 10001001 | 10010001 | 111011 | 110 | 0 | 111011 | 101011 | 1000010 | 101010 | 101000 |
Color Harmonies of #89913B
Complementary color
Monochromatic Colors of #89913B
Black with #89913B
Text Example
Text Example
White with #89913B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89913B; }
p { color: rgb(137,145,59); }
H1.HeaderClassName
{
color: #89913B;
}
.AnyTagClassName
{
color: #89913B;
}
</style>
background-color css
<style>
a { background-color: #89913B; }
a { background-color: rgb(137,145,59); }
div.DivClassName
{
background-color: #89913B;
}
.BgClassName
{
background-color: #89913B;
}
</style>
border-color css
<style>
span { border-color: #89913B; }
span { border-color: rgb(137,145,59); }
td.TdClassName
{
border-color: #89913B;
}
.TagClassName
{
border-color: #89913B;
}
</style>