Shades of Wasabi #8E9D48
Tints of Wasabi #8E9D48
RGB
CMYK
RGB Variations
Color information
#8E9D48 (or 0x8E9D48) is known color: Wasabi. HEX triplet: 8E, 9D and 48. RGB value is (142,157,72). Sum of RGB (Red+Green+Blue) = 142+157+72=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 157 - color contains mainly: green. Hex color #8E9D48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9D48 is #7162B7. Grayscale: #8F8F8F. Windows color (decimal): -7430840 or 4758926. OLE color: 4758926.
HSL color Cylindrical-coordinate representation of color #8E9D48: hue angle of 70.59º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E9D48 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 157 | 72 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.38 |
| HSL | 70.59º | 0.37% | 0.45% | - |
| HSV(B) | 70.59º | 0.54% | 0.62% | - |
| XYZ | 24.38 | 30.33 | 10.7 | - |
| YUV | 142.83 | 88.03 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 157 | 72 | 0.10 | 0 | 0.54 | 0.38 | 70.59 | 0.37 | 0.45 |
| Hex | 8E | 9D | 48 | A | 0 | 36 | 26 | 47 | 25 | 2D |
| Octal | 216 | 235 | 110 | 12 | 0 | 66 | 46 | 107 | 45 | 55 |
| Binary | 10001110 | 10011101 | 1001000 | 1010 | 0 | 110110 | 100110 | 1000111 | 100101 | 101101 |
Color Harmonies of #8E9D48
Complementary color
Monochromatic Colors of #8E9D48
Black with #8E9D48
Text Example
Text Example
White with #8E9D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9D48; }
p { color: rgb(142,157,72); }
H1.HeaderClassName
{
color: #8E9D48;
}
.AnyTagClassName
{
color: #8E9D48;
}
</style>
background-color css
<style>
a { background-color: #8E9D48; }
a { background-color: rgb(142,157,72); }
div.DivClassName
{
background-color: #8E9D48;
}
.BgClassName
{
background-color: #8E9D48;
}
</style>
border-color css
<style>
span { border-color: #8E9D48; }
span { border-color: rgb(142,157,72); }
td.TdClassName
{
border-color: #8E9D48;
}
.TagClassName
{
border-color: #8E9D48;
}
</style>