Shades of Wasabi #8C942F
Tints of Wasabi #8C942F
RGB
CMYK
RGB Variations
Color information
#8C942F (or 0x8C942F) is known color: Wasabi. HEX triplet: 8C, 94 and 2F. RGB value is (140,148,47). Sum of RGB (Red+Green+Blue) = 140+148+47=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #8C942F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C942F is #736BD0. Grayscale: #868686. Windows color (decimal): -7564241 or 3118220. OLE color: 3118220.
HSL color Cylindrical-coordinate representation of color #8C942F: hue angle of 64.75º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C942F is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 148 | 47 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.42 |
| HSL | 64.75º | 0.52% | 0.38% | - |
| HSV(B) | 64.75º | 0.68% | 0.58% | - |
| XYZ | 21.92 | 26.96 | 6.74 | - |
| YUV | 134.09 | 78.85 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 148 | 47 | 0.05 | 0 | 0.68 | 0.42 | 64.75 | 0.52 | 0.38 |
| Hex | 8C | 94 | 2F | 5 | 0 | 44 | 2A | 41 | 34 | 26 |
| Octal | 214 | 224 | 57 | 5 | 0 | 104 | 52 | 101 | 64 | 46 |
| Binary | 10001100 | 10010100 | 101111 | 101 | 0 | 1000100 | 101010 | 1000001 | 110100 | 100110 |
Color Harmonies of #8C942F
Complementary color
Monochromatic Colors of #8C942F
Black with #8C942F
Text Example
Text Example
White with #8C942F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C942F; }
p { color: rgb(140,148,47); }
H1.HeaderClassName
{
color: #8C942F;
}
.AnyTagClassName
{
color: #8C942F;
}
</style>
background-color css
<style>
a { background-color: #8C942F; }
a { background-color: rgb(140,148,47); }
div.DivClassName
{
background-color: #8C942F;
}
.BgClassName
{
background-color: #8C942F;
}
</style>
border-color css
<style>
span { border-color: #8C942F; }
span { border-color: rgb(140,148,47); }
td.TdClassName
{
border-color: #8C942F;
}
.TagClassName
{
border-color: #8C942F;
}
</style>