Shades of Wasabi #8E994B
Tints of Wasabi #8E994B
RGB
CMYK
RGB Variations
Color information
#8E994B (or 0x8E994B) is known color: Wasabi. HEX triplet: 8E, 99 and 4B. RGB value is (142,153,75). Sum of RGB (Red+Green+Blue) = 142+153+75=370 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.38% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #8E994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E994B is #7166B4. Grayscale: #8D8D8D. Windows color (decimal): -7431861 or 4954510. OLE color: 4954510.
HSL color Cylindrical-coordinate representation of color #8E994B: hue angle of 68.46º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E994B is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 142 | 153 | 75 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.4 |
| HSL | 68.46º | 0.34% | 0.45% | - |
| HSV(B) | 68.46º | 0.51% | 0.6% | - |
| XYZ | 23.82 | 29.04 | 11.01 | - |
| YUV | 140.82 | 90.86 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 153 | 75 | 0.07 | 0 | 0.51 | 0.4 | 68.46 | 0.34 | 0.45 |
| Hex | 8E | 99 | 4B | 7 | 0 | 33 | 28 | 44 | 22 | 2D |
| Octal | 216 | 231 | 113 | 7 | 0 | 63 | 50 | 104 | 42 | 55 |
| Binary | 10001110 | 10011001 | 1001011 | 111 | 0 | 110011 | 101000 | 1000100 | 100010 | 101101 |
Color Harmonies of #8E994B
Complementary color
Monochromatic Colors of #8E994B
Black with #8E994B
Text Example
Text Example
White with #8E994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E994B; }
p { color: rgb(142,153,75); }
H1.HeaderClassName
{
color: #8E994B;
}
.AnyTagClassName
{
color: #8E994B;
}
</style>
background-color css
<style>
a { background-color: #8E994B; }
a { background-color: rgb(142,153,75); }
div.DivClassName
{
background-color: #8E994B;
}
.BgClassName
{
background-color: #8E994B;
}
</style>
border-color css
<style>
span { border-color: #8E994B; }
span { border-color: rgb(142,153,75); }
td.TdClassName
{
border-color: #8E994B;
}
.TagClassName
{
border-color: #8E994B;
}
</style>