Shades of Wasabi #8E983C
Tints of Wasabi #8E983C
RGB
CMYK
RGB Variations
Color information
#8E983C (or 0x8E983C) is known color: Wasabi. HEX triplet: 8E, 98 and 3C. RGB value is (142,152,60). Sum of RGB (Red+Green+Blue) = 142+152+60=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #8E983C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E983C is #7167C3. Grayscale: #8A8A8A. Windows color (decimal): -7432132 or 3971214. OLE color: 3971214.
HSL color Cylindrical-coordinate representation of color #8E983C: hue angle of 66.52º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E983C is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 142 | 152 | 60 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.40 |
| HSL | 66.52º | 0.43% | 0.42% | - |
| HSV(B) | 66.52º | 0.61% | 0.6% | - |
| XYZ | 23.2 | 28.53 | 8.56 | - |
| YUV | 138.52 | 83.69 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 152 | 60 | 0.07 | 0 | 0.61 | 0.40 | 66.52 | 0.43 | 0.42 |
| Hex | 8E | 98 | 3C | 7 | 0 | 3D | 28 | 43 | 2B | 2A |
| Octal | 216 | 230 | 74 | 7 | 0 | 75 | 50 | 103 | 53 | 52 |
| Binary | 10001110 | 10011000 | 111100 | 111 | 0 | 111101 | 101000 | 1000011 | 101011 | 101010 |
Color Harmonies of #8E983C
Complementary color
Monochromatic Colors of #8E983C
Black with #8E983C
Text Example
Text Example
White with #8E983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E983C; }
p { color: rgb(142,152,60); }
H1.HeaderClassName
{
color: #8E983C;
}
.AnyTagClassName
{
color: #8E983C;
}
</style>
background-color css
<style>
a { background-color: #8E983C; }
a { background-color: rgb(142,152,60); }
div.DivClassName
{
background-color: #8E983C;
}
.BgClassName
{
background-color: #8E983C;
}
</style>
border-color css
<style>
span { border-color: #8E983C; }
span { border-color: rgb(142,152,60); }
td.TdClassName
{
border-color: #8E983C;
}
.TagClassName
{
border-color: #8E983C;
}
</style>