Shades of Wasabi #8C932F
Tints of Wasabi #8C932F
RGB
CMYK
RGB Variations
Color information
#8C932F (or 0x8C932F) is known color: Wasabi. HEX triplet: 8C, 93 and 2F. RGB value is (140,147,47). Sum of RGB (Red+Green+Blue) = 140+147+47=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #8C932F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C932F is #736CD0. Grayscale: #858585. Windows color (decimal): -7564497 or 3117964. OLE color: 3117964.
HSL color Cylindrical-coordinate representation of color #8C932F: hue angle of 64.2º 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 #8C932F is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 147 | 47 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.42 |
| HSL | 64.2º | 0.52% | 0.38% | - |
| HSV(B) | 64.2º | 0.68% | 0.58% | - |
| XYZ | 21.76 | 26.65 | 6.69 | - |
| YUV | 133.51 | 79.18 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 147 | 47 | 0.05 | 0 | 0.68 | 0.42 | 64.2 | 0.52 | 0.38 |
| Hex | 8C | 93 | 2F | 5 | 0 | 44 | 2A | 40 | 34 | 26 |
| Octal | 214 | 223 | 57 | 5 | 0 | 104 | 52 | 100 | 64 | 46 |
| Binary | 10001100 | 10010011 | 101111 | 101 | 0 | 1000100 | 101010 | 1000000 | 110100 | 100110 |
Color Harmonies of #8C932F
Complementary color
Monochromatic Colors of #8C932F
Black with #8C932F
Text Example
Text Example
White with #8C932F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C932F; }
p { color: rgb(140,147,47); }
H1.HeaderClassName
{
color: #8C932F;
}
.AnyTagClassName
{
color: #8C932F;
}
</style>
background-color css
<style>
a { background-color: #8C932F; }
a { background-color: rgb(140,147,47); }
div.DivClassName
{
background-color: #8C932F;
}
.BgClassName
{
background-color: #8C932F;
}
</style>
border-color css
<style>
span { border-color: #8C932F; }
span { border-color: rgb(140,147,47); }
td.TdClassName
{
border-color: #8C932F;
}
.TagClassName
{
border-color: #8C932F;
}
</style>