Shades of Wasabi #8C9E3F
Tints of Wasabi #8C9E3F
RGB
CMYK
RGB Variations
Color information
#8C9E3F (or 0x8C9E3F) is known color: Wasabi. HEX triplet: 8C, 9E and 3F. RGB value is (140,158,63). Sum of RGB (Red+Green+Blue) = 140+158+63=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 158 - color contains mainly: green. Hex color #8C9E3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9E3F is #7361C0. Grayscale: #8E8E8E. Windows color (decimal): -7561665 or 4169356. OLE color: 4169356.
HSL color Cylindrical-coordinate representation of color #8C9E3F: hue angle of 71.37º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C9E3F is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 158 | 63 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.38 |
| HSL | 71.37º | 0.43% | 0.43% | - |
| HSV(B) | 71.37º | 0.6% | 0.62% | - |
| XYZ | 23.94 | 30.39 | 9.31 | - |
| YUV | 141.79 | 83.54 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 158 | 63 | 0.11 | 0 | 0.60 | 0.38 | 71.37 | 0.43 | 0.43 |
| Hex | 8C | 9E | 3F | B | 0 | 3C | 26 | 47 | 2B | 2B |
| Octal | 214 | 236 | 77 | 13 | 0 | 74 | 46 | 107 | 53 | 53 |
| Binary | 10001100 | 10011110 | 111111 | 1011 | 0 | 111100 | 100110 | 1000111 | 101011 | 101011 |
Color Harmonies of #8C9E3F
Complementary color
Monochromatic Colors of #8C9E3F
Black with #8C9E3F
Text Example
Text Example
White with #8C9E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9E3F; }
p { color: rgb(140,158,63); }
H1.HeaderClassName
{
color: #8C9E3F;
}
.AnyTagClassName
{
color: #8C9E3F;
}
</style>
background-color css
<style>
a { background-color: #8C9E3F; }
a { background-color: rgb(140,158,63); }
div.DivClassName
{
background-color: #8C9E3F;
}
.BgClassName
{
background-color: #8C9E3F;
}
</style>
border-color css
<style>
span { border-color: #8C9E3F; }
span { border-color: rgb(140,158,63); }
td.TdClassName
{
border-color: #8C9E3F;
}
.TagClassName
{
border-color: #8C9E3F;
}
</style>