Shades of Wasabi #8E953E
Tints of Wasabi #8E953E
RGB
CMYK
RGB Variations
Color information
#8E953E (or 0x8E953E) is known color: Wasabi. HEX triplet: 8E, 95 and 3E. RGB value is (142,149,62). Sum of RGB (Red+Green+Blue) = 142+149+62=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 149 - color contains mainly: green. Hex color #8E953E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E953E is #716AC1. Grayscale: #898989. Windows color (decimal): -7432898 or 4101518. OLE color: 4101518.
HSL color Cylindrical-coordinate representation of color #8E953E: hue angle of 64.83º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E953E is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 149 | 62 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.42 |
| HSL | 64.83º | 0.41% | 0.41% | - |
| HSV(B) | 64.83º | 0.58% | 0.58% | - |
| XYZ | 22.77 | 27.59 | 8.68 | - |
| YUV | 136.99 | 85.68 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 149 | 62 | 0.05 | 0 | 0.58 | 0.42 | 64.83 | 0.41 | 0.41 |
| Hex | 8E | 95 | 3E | 5 | 0 | 3A | 2A | 41 | 29 | 29 |
| Octal | 216 | 225 | 76 | 5 | 0 | 72 | 52 | 101 | 51 | 51 |
| Binary | 10001110 | 10010101 | 111110 | 101 | 0 | 111010 | 101010 | 1000001 | 101001 | 101001 |
Color Harmonies of #8E953E
Complementary color
Monochromatic Colors of #8E953E
Black with #8E953E
Text Example
Text Example
White with #8E953E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E953E; }
p { color: rgb(142,149,62); }
H1.HeaderClassName
{
color: #8E953E;
}
.AnyTagClassName
{
color: #8E953E;
}
</style>
background-color css
<style>
a { background-color: #8E953E; }
a { background-color: rgb(142,149,62); }
div.DivClassName
{
background-color: #8E953E;
}
.BgClassName
{
background-color: #8E953E;
}
</style>
border-color css
<style>
span { border-color: #8E953E; }
span { border-color: rgb(142,149,62); }
td.TdClassName
{
border-color: #8E953E;
}
.TagClassName
{
border-color: #8E953E;
}
</style>