Shades of Wasabi #8C923D
Tints of Wasabi #8C923D
RGB
CMYK
RGB Variations
Color information
#8C923D (or 0x8C923D) is known color: Wasabi. HEX triplet: 8C, 92 and 3D. RGB value is (140,146,61). Sum of RGB (Red+Green+Blue) = 140+146+61=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 146 - color contains mainly: green. Hex color #8C923D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C923D is #736DC2. Grayscale: #868686. Windows color (decimal): -7564739 or 4035212. OLE color: 4035212.
HSL color Cylindrical-coordinate representation of color #8C923D: hue angle of 64.24º degrees, saturation: 0.41, 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 #8C923D is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 146 | 61 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.43 |
| HSL | 64.24º | 0.41% | 0.41% | - |
| HSV(B) | 64.24º | 0.58% | 0.57% | - |
| XYZ | 21.94 | 26.47 | 8.37 | - |
| YUV | 134.52 | 86.51 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 61 | 0.04 | 0 | 0.58 | 0.43 | 64.24 | 0.41 | 0.41 |
| Hex | 8C | 92 | 3D | 4 | 0 | 3A | 2B | 40 | 29 | 29 |
| Octal | 214 | 222 | 75 | 4 | 0 | 72 | 53 | 100 | 51 | 51 |
| Binary | 10001100 | 10010010 | 111101 | 100 | 0 | 111010 | 101011 | 1000000 | 101001 | 101001 |
Color Harmonies of #8C923D
Complementary color
Monochromatic Colors of #8C923D
Black with #8C923D
Text Example
Text Example
White with #8C923D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C923D; }
p { color: rgb(140,146,61); }
H1.HeaderClassName
{
color: #8C923D;
}
.AnyTagClassName
{
color: #8C923D;
}
</style>
background-color css
<style>
a { background-color: #8C923D; }
a { background-color: rgb(140,146,61); }
div.DivClassName
{
background-color: #8C923D;
}
.BgClassName
{
background-color: #8C923D;
}
</style>
border-color css
<style>
span { border-color: #8C923D; }
span { border-color: rgb(140,146,61); }
td.TdClassName
{
border-color: #8C923D;
}
.TagClassName
{
border-color: #8C923D;
}
</style>