Shades of Wasabi #8D9B46
Tints of Wasabi #8D9B46
RGB
CMYK
RGB Variations
Color information
#8D9B46 (or 0x8D9B46) is known color: Wasabi. HEX triplet: 8D, 9B and 46. RGB value is (141,155,70). Sum of RGB (Red+Green+Blue) = 141+155+70=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 155 - color contains mainly: green. Hex color #8D9B46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9B46 is #7264B9. Grayscale: #8D8D8D. Windows color (decimal): -7496890 or 4627341. OLE color: 4627341.
HSL color Cylindrical-coordinate representation of color #8D9B46: hue angle of 69.88º 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 #8D9B46 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 155 | 70 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.39 |
| HSL | 69.88º | 0.38% | 0.44% | - |
| HSV(B) | 69.88º | 0.55% | 0.61% | - |
| XYZ | 23.81 | 29.55 | 10.24 | - |
| YUV | 141.12 | 87.86 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 155 | 70 | 0.09 | 0 | 0.55 | 0.39 | 69.88 | 0.38 | 0.44 |
| Hex | 8D | 9B | 46 | 9 | 0 | 37 | 27 | 46 | 26 | 2C |
| Octal | 215 | 233 | 106 | 11 | 0 | 67 | 47 | 106 | 46 | 54 |
| Binary | 10001101 | 10011011 | 1000110 | 1001 | 0 | 110111 | 100111 | 1000110 | 100110 | 101100 |
Color Harmonies of #8D9B46
Complementary color
Monochromatic Colors of #8D9B46
Black with #8D9B46
Text Example
Text Example
White with #8D9B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9B46; }
p { color: rgb(141,155,70); }
H1.HeaderClassName
{
color: #8D9B46;
}
.AnyTagClassName
{
color: #8D9B46;
}
</style>
background-color css
<style>
a { background-color: #8D9B46; }
a { background-color: rgb(141,155,70); }
div.DivClassName
{
background-color: #8D9B46;
}
.BgClassName
{
background-color: #8D9B46;
}
</style>
border-color css
<style>
span { border-color: #8D9B46; }
span { border-color: rgb(141,155,70); }
td.TdClassName
{
border-color: #8D9B46;
}
.TagClassName
{
border-color: #8D9B46;
}
</style>