Shades of Wasabi #899A4E
Tints of Wasabi #899A4E
RGB
CMYK
RGB Variations
Color information
#899A4E (or 0x899A4E) is known color: Wasabi. HEX triplet: 89, 9A and 4E. RGB value is (137,154,78). Sum of RGB (Red+Green+Blue) = 137+154+78=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 154 - color contains mainly: green. Hex color #899A4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899A4E is #7665B1. Grayscale: #8C8C8C. Windows color (decimal): -7759282 or 5151369. OLE color: 5151369.
HSL color Cylindrical-coordinate representation of color #899A4E: hue angle of 73.42º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #899A4E is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 154 | 78 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.40 |
| HSL | 73.42º | 0.33% | 0.45% | - |
| HSV(B) | 73.42º | 0.49% | 0.6% | - |
| XYZ | 23.25 | 28.98 | 11.58 | - |
| YUV | 140.25 | 92.87 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 78 | 0.11 | 0 | 0.49 | 0.40 | 73.42 | 0.33 | 0.45 |
| Hex | 89 | 9A | 4E | B | 0 | 31 | 28 | 49 | 21 | 2D |
| Octal | 211 | 232 | 116 | 13 | 0 | 61 | 50 | 111 | 41 | 55 |
| Binary | 10001001 | 10011010 | 1001110 | 1011 | 0 | 110001 | 101000 | 1001001 | 100001 | 101101 |
Color Harmonies of #899A4E
Complementary color
Monochromatic Colors of #899A4E
Black with #899A4E
Text Example
Text Example
White with #899A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899A4E; }
p { color: rgb(137,154,78); }
H1.HeaderClassName
{
color: #899A4E;
}
.AnyTagClassName
{
color: #899A4E;
}
</style>
background-color css
<style>
a { background-color: #899A4E; }
a { background-color: rgb(137,154,78); }
div.DivClassName
{
background-color: #899A4E;
}
.BgClassName
{
background-color: #899A4E;
}
</style>
border-color css
<style>
span { border-color: #899A4E; }
span { border-color: rgb(137,154,78); }
td.TdClassName
{
border-color: #899A4E;
}
.TagClassName
{
border-color: #899A4E;
}
</style>