Shades of Wasabi #8D9E43
Tints of Wasabi #8D9E43
RGB
CMYK
RGB Variations
Color information
#8D9E43 (or 0x8D9E43) is known color: Wasabi. HEX triplet: 8D, 9E and 43. RGB value is (141,158,67). Sum of RGB (Red+Green+Blue) = 141+158+67=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 158 - color contains mainly: green. Hex color #8D9E43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9E43 is #7261BC. Grayscale: #8E8E8E. Windows color (decimal): -7496125 or 4431501. OLE color: 4431501.
HSL color Cylindrical-coordinate representation of color #8D9E43: hue angle of 71.21º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D9E43 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 158 | 67 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.38 |
| HSL | 71.21º | 0.4% | 0.44% | - |
| HSV(B) | 71.21º | 0.58% | 0.62% | - |
| XYZ | 24.22 | 30.52 | 9.92 | - |
| YUV | 142.54 | 85.37 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 158 | 67 | 0.11 | 0 | 0.58 | 0.38 | 71.21 | 0.4 | 0.44 |
| Hex | 8D | 9E | 43 | B | 0 | 3A | 26 | 47 | 28 | 2C |
| Octal | 215 | 236 | 103 | 13 | 0 | 72 | 46 | 107 | 50 | 54 |
| Binary | 10001101 | 10011110 | 1000011 | 1011 | 0 | 111010 | 100110 | 1000111 | 101000 | 101100 |
Color Harmonies of #8D9E43
Complementary color
Monochromatic Colors of #8D9E43
Black with #8D9E43
Text Example
Text Example
White with #8D9E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9E43; }
p { color: rgb(141,158,67); }
H1.HeaderClassName
{
color: #8D9E43;
}
.AnyTagClassName
{
color: #8D9E43;
}
</style>
background-color css
<style>
a { background-color: #8D9E43; }
a { background-color: rgb(141,158,67); }
div.DivClassName
{
background-color: #8D9E43;
}
.BgClassName
{
background-color: #8D9E43;
}
</style>
border-color css
<style>
span { border-color: #8D9E43; }
span { border-color: rgb(141,158,67); }
td.TdClassName
{
border-color: #8D9E43;
}
.TagClassName
{
border-color: #8D9E43;
}
</style>