Shades of Wasabi #8C9E41
Tints of Wasabi #8C9E41
RGB
CMYK
RGB Variations
Color information
#8C9E41 (or 0x8C9E41) is known color: Wasabi. HEX triplet: 8C, 9E and 41. RGB value is (140,158,65). Sum of RGB (Red+Green+Blue) = 140+158+65=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 158 - color contains mainly: green. Hex color #8C9E41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9E41 is #7361BE. Grayscale: #8E8E8E. Windows color (decimal): -7561663 or 4300428. OLE color: 4300428.
HSL color Cylindrical-coordinate representation of color #8C9E41: hue angle of 71.61º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C9E41 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 158 | 65 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.38 |
| HSL | 71.61º | 0.42% | 0.44% | - |
| HSV(B) | 71.61º | 0.59% | 0.62% | - |
| XYZ | 24 | 30.41 | 9.61 | - |
| YUV | 142.02 | 84.54 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 158 | 65 | 0.11 | 0 | 0.59 | 0.38 | 71.61 | 0.42 | 0.44 |
| Hex | 8C | 9E | 41 | B | 0 | 3B | 26 | 48 | 2A | 2C |
| Octal | 214 | 236 | 101 | 13 | 0 | 73 | 46 | 110 | 52 | 54 |
| Binary | 10001100 | 10011110 | 1000001 | 1011 | 0 | 111011 | 100110 | 1001000 | 101010 | 101100 |
Color Harmonies of #8C9E41
Complementary color
Monochromatic Colors of #8C9E41
Black with #8C9E41
Text Example
Text Example
White with #8C9E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9E41; }
p { color: rgb(140,158,65); }
H1.HeaderClassName
{
color: #8C9E41;
}
.AnyTagClassName
{
color: #8C9E41;
}
</style>
background-color css
<style>
a { background-color: #8C9E41; }
a { background-color: rgb(140,158,65); }
div.DivClassName
{
background-color: #8C9E41;
}
.BgClassName
{
background-color: #8C9E41;
}
</style>
border-color css
<style>
span { border-color: #8C9E41; }
span { border-color: rgb(140,158,65); }
td.TdClassName
{
border-color: #8C9E41;
}
.TagClassName
{
border-color: #8C9E41;
}
</style>