Shades of Wasabi #8C923E
Tints of Wasabi #8C923E
RGB
CMYK
RGB Variations
Color information
#8C923E (or 0x8C923E) is known color: Wasabi. HEX triplet: 8C, 92 and 3E. RGB value is (140,146,62). Sum of RGB (Red+Green+Blue) = 140+146+62=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 146 - color contains mainly: green. Hex color #8C923E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C923E is #736DC1. Grayscale: #868686. Windows color (decimal): -7564738 or 4100748. OLE color: 4100748.
HSL color Cylindrical-coordinate representation of color #8C923E: hue angle of 64.29º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C923E is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 146 | 62 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.43 |
| HSL | 64.29º | 0.4% | 0.41% | - |
| HSV(B) | 64.29º | 0.58% | 0.57% | - |
| XYZ | 21.96 | 26.48 | 8.51 | - |
| YUV | 134.63 | 87.01 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 62 | 0.04 | 0 | 0.58 | 0.43 | 64.29 | 0.4 | 0.41 |
| Hex | 8C | 92 | 3E | 4 | 0 | 3A | 2B | 40 | 28 | 29 |
| Octal | 214 | 222 | 76 | 4 | 0 | 72 | 53 | 100 | 50 | 51 |
| Binary | 10001100 | 10010010 | 111110 | 100 | 0 | 111010 | 101011 | 1000000 | 101000 | 101001 |
Color Harmonies of #8C923E
Complementary color
Monochromatic Colors of #8C923E
Black with #8C923E
Text Example
Text Example
White with #8C923E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C923E; }
p { color: rgb(140,146,62); }
H1.HeaderClassName
{
color: #8C923E;
}
.AnyTagClassName
{
color: #8C923E;
}
</style>
background-color css
<style>
a { background-color: #8C923E; }
a { background-color: rgb(140,146,62); }
div.DivClassName
{
background-color: #8C923E;
}
.BgClassName
{
background-color: #8C923E;
}
</style>
border-color css
<style>
span { border-color: #8C923E; }
span { border-color: rgb(140,146,62); }
td.TdClassName
{
border-color: #8C923E;
}
.TagClassName
{
border-color: #8C923E;
}
</style>