Shades of Wasabi #89904B
Tints of Wasabi #89904B
RGB
CMYK
RGB Variations
Color information
#89904B (or 0x89904B) is known color: Wasabi. HEX triplet: 89, 90 and 4B. RGB value is (137,144,75). Sum of RGB (Red+Green+Blue) = 137+144+75=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 144 - color contains mainly: green. Hex color #89904B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89904B is #766FB4. Grayscale: #868686. Windows color (decimal): -7761845 or 4952201. OLE color: 4952201.
HSL color Cylindrical-coordinate representation of color #89904B: hue angle of 66.09º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #89904B is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 144 | 75 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.44 |
| HSL | 66.09º | 0.32% | 0.43% | - |
| HSV(B) | 66.09º | 0.48% | 0.56% | - |
| XYZ | 21.56 | 25.77 | 10.49 | - |
| YUV | 134.04 | 94.68 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 144 | 75 | 0.05 | 0 | 0.48 | 0.44 | 66.09 | 0.32 | 0.43 |
| Hex | 89 | 90 | 4B | 5 | 0 | 30 | 2C | 42 | 20 | 2B |
| Octal | 211 | 220 | 113 | 5 | 0 | 60 | 54 | 102 | 40 | 53 |
| Binary | 10001001 | 10010000 | 1001011 | 101 | 0 | 110000 | 101100 | 1000010 | 100000 | 101011 |
Color Harmonies of #89904B
Complementary color
Monochromatic Colors of #89904B
Black with #89904B
Text Example
Text Example
White with #89904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89904B; }
p { color: rgb(137,144,75); }
H1.HeaderClassName
{
color: #89904B;
}
.AnyTagClassName
{
color: #89904B;
}
</style>
background-color css
<style>
a { background-color: #89904B; }
a { background-color: rgb(137,144,75); }
div.DivClassName
{
background-color: #89904B;
}
.BgClassName
{
background-color: #89904B;
}
</style>
border-color css
<style>
span { border-color: #89904B; }
span { border-color: rgb(137,144,75); }
td.TdClassName
{
border-color: #89904B;
}
.TagClassName
{
border-color: #89904B;
}
</style>