Shades of Wasabi #8E953F
Tints of Wasabi #8E953F
RGB
CMYK
RGB Variations
Color information
#8E953F (or 0x8E953F) is known color: Wasabi. HEX triplet: 8E, 95 and 3F. RGB value is (142,149,63). Sum of RGB (Red+Green+Blue) = 142+149+63=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 149 - color contains mainly: green. Hex color #8E953F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E953F is #716AC0. Grayscale: #898989. Windows color (decimal): -7432897 or 4167054. OLE color: 4167054.
HSL color Cylindrical-coordinate representation of color #8E953F: hue angle of 64.88º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E953F is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 149 | 63 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.42 |
| HSL | 64.88º | 0.41% | 0.42% | - |
| HSV(B) | 64.88º | 0.58% | 0.58% | - |
| XYZ | 22.8 | 27.6 | 8.83 | - |
| YUV | 137.1 | 86.18 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 149 | 63 | 0.05 | 0 | 0.58 | 0.42 | 64.88 | 0.41 | 0.42 |
| Hex | 8E | 95 | 3F | 5 | 0 | 3A | 2A | 41 | 29 | 2A |
| Octal | 216 | 225 | 77 | 5 | 0 | 72 | 52 | 101 | 51 | 52 |
| Binary | 10001110 | 10010101 | 111111 | 101 | 0 | 111010 | 101010 | 1000001 | 101001 | 101010 |
Color Harmonies of #8E953F
Complementary color
Monochromatic Colors of #8E953F
Black with #8E953F
Text Example
Text Example
White with #8E953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E953F; }
p { color: rgb(142,149,63); }
H1.HeaderClassName
{
color: #8E953F;
}
.AnyTagClassName
{
color: #8E953F;
}
</style>
background-color css
<style>
a { background-color: #8E953F; }
a { background-color: rgb(142,149,63); }
div.DivClassName
{
background-color: #8E953F;
}
.BgClassName
{
background-color: #8E953F;
}
</style>
border-color css
<style>
span { border-color: #8E953F; }
span { border-color: rgb(142,149,63); }
td.TdClassName
{
border-color: #8E953F;
}
.TagClassName
{
border-color: #8E953F;
}
</style>