Shades of Wasabi #8C954E
Tints of Wasabi #8C954E
RGB
CMYK
RGB Variations
Color information
#8C954E (or 0x8C954E) is known color: Wasabi. HEX triplet: 8C, 95 and 4E. RGB value is (140,149,78). Sum of RGB (Red+Green+Blue) = 140+149+78=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #8C954E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C954E is #736AB1. Grayscale: #8A8A8A. Windows color (decimal): -7563954 or 5150092. OLE color: 5150092.
HSL color Cylindrical-coordinate representation of color #8C954E: hue angle of 67.61º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C954E is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 149 | 78 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.42 |
| HSL | 67.61º | 0.31% | 0.45% | - |
| HSV(B) | 67.61º | 0.48% | 0.58% | - |
| XYZ | 22.94 | 27.62 | 11.33 | - |
| YUV | 138.22 | 94.02 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 149 | 78 | 0.06 | 0 | 0.48 | 0.42 | 67.61 | 0.31 | 0.45 |
| Hex | 8C | 95 | 4E | 6 | 0 | 30 | 2A | 44 | 1F | 2D |
| Octal | 214 | 225 | 116 | 6 | 0 | 60 | 52 | 104 | 37 | 55 |
| Binary | 10001100 | 10010101 | 1001110 | 110 | 0 | 110000 | 101010 | 1000100 | 11111 | 101101 |
Color Harmonies of #8C954E
Complementary color
Monochromatic Colors of #8C954E
Black with #8C954E
Text Example
Text Example
White with #8C954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C954E; }
p { color: rgb(140,149,78); }
H1.HeaderClassName
{
color: #8C954E;
}
.AnyTagClassName
{
color: #8C954E;
}
</style>
background-color css
<style>
a { background-color: #8C954E; }
a { background-color: rgb(140,149,78); }
div.DivClassName
{
background-color: #8C954E;
}
.BgClassName
{
background-color: #8C954E;
}
</style>
border-color css
<style>
span { border-color: #8C954E; }
span { border-color: rgb(140,149,78); }
td.TdClassName
{
border-color: #8C954E;
}
.TagClassName
{
border-color: #8C954E;
}
</style>