Shades of Wasabi #8C933B
Tints of Wasabi #8C933B
RGB
CMYK
RGB Variations
Color information
#8C933B (or 0x8C933B) is known color: Wasabi. HEX triplet: 8C, 93 and 3B. RGB value is (140,147,59). Sum of RGB (Red+Green+Blue) = 140+147+59=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 147 - color contains mainly: green. Hex color #8C933B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C933B is #736CC4. Grayscale: #878787. Windows color (decimal): -7564485 or 3904396. OLE color: 3904396.
HSL color Cylindrical-coordinate representation of color #8C933B: hue angle of 64.77º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C933B is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 147 | 59 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.42 |
| HSL | 64.77º | 0.43% | 0.4% | - |
| HSV(B) | 64.77º | 0.6% | 0.58% | - |
| XYZ | 22.04 | 26.76 | 8.14 | - |
| YUV | 134.88 | 85.18 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 147 | 59 | 0.05 | 0 | 0.60 | 0.42 | 64.77 | 0.43 | 0.4 |
| Hex | 8C | 93 | 3B | 5 | 0 | 3C | 2A | 41 | 2B | 28 |
| Octal | 214 | 223 | 73 | 5 | 0 | 74 | 52 | 101 | 53 | 50 |
| Binary | 10001100 | 10010011 | 111011 | 101 | 0 | 111100 | 101010 | 1000001 | 101011 | 101000 |
Color Harmonies of #8C933B
Complementary color
Monochromatic Colors of #8C933B
Black with #8C933B
Text Example
Text Example
White with #8C933B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C933B; }
p { color: rgb(140,147,59); }
H1.HeaderClassName
{
color: #8C933B;
}
.AnyTagClassName
{
color: #8C933B;
}
</style>
background-color css
<style>
a { background-color: #8C933B; }
a { background-color: rgb(140,147,59); }
div.DivClassName
{
background-color: #8C933B;
}
.BgClassName
{
background-color: #8C933B;
}
</style>
border-color css
<style>
span { border-color: #8C933B; }
span { border-color: rgb(140,147,59); }
td.TdClassName
{
border-color: #8C933B;
}
.TagClassName
{
border-color: #8C933B;
}
</style>