Shades of Wasabi #898C36
Tints of Wasabi #898C36
RGB
CMYK
RGB Variations
Color information
#898C36 (or 0x898C36) is known color: Wasabi. HEX triplet: 89, 8C and 36. RGB value is (137,140,54). Sum of RGB (Red+Green+Blue) = 137+140+54=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 140 - color contains mainly: green. Hex color #898C36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898C36 is #7673C9. Grayscale: #818181. Windows color (decimal): -7762890 or 3574921. OLE color: 3574921.
HSL color Cylindrical-coordinate representation of color #898C36: hue angle of 62.09º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #898C36 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 140 | 54 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.45 |
| HSL | 62.09º | 0.44% | 0.38% | - |
| HSV(B) | 62.09º | 0.61% | 0.55% | - |
| XYZ | 20.36 | 24.34 | 7.12 | - |
| YUV | 129.3 | 85.51 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 140 | 54 | 0.02 | 0 | 0.61 | 0.45 | 62.09 | 0.44 | 0.38 |
| Hex | 89 | 8C | 36 | 2 | 0 | 3D | 2D | 3E | 2C | 26 |
| Octal | 211 | 214 | 66 | 2 | 0 | 75 | 55 | 76 | 54 | 46 |
| Binary | 10001001 | 10001100 | 110110 | 10 | 0 | 111101 | 101101 | 111110 | 101100 | 100110 |
Color Harmonies of #898C36
Complementary color
Monochromatic Colors of #898C36
Black with #898C36
Text Example
Text Example
White with #898C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898C36; }
p { color: rgb(137,140,54); }
H1.HeaderClassName
{
color: #898C36;
}
.AnyTagClassName
{
color: #898C36;
}
</style>
background-color css
<style>
a { background-color: #898C36; }
a { background-color: rgb(137,140,54); }
div.DivClassName
{
background-color: #898C36;
}
.BgClassName
{
background-color: #898C36;
}
</style>
border-color css
<style>
span { border-color: #898C36; }
span { border-color: rgb(137,140,54); }
td.TdClassName
{
border-color: #898C36;
}
.TagClassName
{
border-color: #898C36;
}
</style>