Shades of Wasabi #899C46
Tints of Wasabi #899C46
RGB
CMYK
RGB Variations
Color information
#899C46 (or 0x899C46) is known color: Wasabi. HEX triplet: 89, 9C and 46. RGB value is (137,156,70). Sum of RGB (Red+Green+Blue) = 137+156+70=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 156 - color contains mainly: green. Hex color #899C46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899C46 is #7663B9. Grayscale: #8C8C8C. Windows color (decimal): -7758778 or 4627593. OLE color: 4627593.
HSL color Cylindrical-coordinate representation of color #899C46: hue angle of 73.26º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #899C46 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 156 | 70 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.39 |
| HSL | 73.26º | 0.38% | 0.44% | - |
| HSV(B) | 73.26º | 0.55% | 0.61% | - |
| XYZ | 23.31 | 29.54 | 10.27 | - |
| YUV | 140.52 | 88.21 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 156 | 70 | 0.12 | 0 | 0.55 | 0.39 | 73.26 | 0.38 | 0.44 |
| Hex | 89 | 9C | 46 | C | 0 | 37 | 27 | 49 | 26 | 2C |
| Octal | 211 | 234 | 106 | 14 | 0 | 67 | 47 | 111 | 46 | 54 |
| Binary | 10001001 | 10011100 | 1000110 | 1100 | 0 | 110111 | 100111 | 1001001 | 100110 | 101100 |
Color Harmonies of #899C46
Complementary color
Monochromatic Colors of #899C46
Black with #899C46
Text Example
Text Example
White with #899C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899C46; }
p { color: rgb(137,156,70); }
H1.HeaderClassName
{
color: #899C46;
}
.AnyTagClassName
{
color: #899C46;
}
</style>
background-color css
<style>
a { background-color: #899C46; }
a { background-color: rgb(137,156,70); }
div.DivClassName
{
background-color: #899C46;
}
.BgClassName
{
background-color: #899C46;
}
</style>
border-color css
<style>
span { border-color: #899C46; }
span { border-color: rgb(137,156,70); }
td.TdClassName
{
border-color: #899C46;
}
.TagClassName
{
border-color: #899C46;
}
</style>