Shades of Wasabi #8C983D
Tints of Wasabi #8C983D
RGB
CMYK
RGB Variations
Color information
#8C983D (or 0x8C983D) is known color: Wasabi. HEX triplet: 8C, 98 and 3D. RGB value is (140,152,61). Sum of RGB (Red+Green+Blue) = 140+152+61=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #8C983D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C983D is #7367C2. Grayscale: #8A8A8A. Windows color (decimal): -7563203 or 4036748. OLE color: 4036748.
HSL color Cylindrical-coordinate representation of color #8C983D: hue angle of 67.91º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C983D is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 152 | 61 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.40 |
| HSL | 67.91º | 0.43% | 0.42% | - |
| HSV(B) | 67.91º | 0.6% | 0.6% | - |
| XYZ | 22.89 | 28.37 | 8.68 | - |
| YUV | 138.04 | 84.52 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 152 | 61 | 0.08 | 0 | 0.60 | 0.40 | 67.91 | 0.43 | 0.42 |
| Hex | 8C | 98 | 3D | 8 | 0 | 3C | 28 | 44 | 2B | 2A |
| Octal | 214 | 230 | 75 | 10 | 0 | 74 | 50 | 104 | 53 | 52 |
| Binary | 10001100 | 10011000 | 111101 | 1000 | 0 | 111100 | 101000 | 1000100 | 101011 | 101010 |
Color Harmonies of #8C983D
Complementary color
Monochromatic Colors of #8C983D
Black with #8C983D
Text Example
Text Example
White with #8C983D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C983D; }
p { color: rgb(140,152,61); }
H1.HeaderClassName
{
color: #8C983D;
}
.AnyTagClassName
{
color: #8C983D;
}
</style>
background-color css
<style>
a { background-color: #8C983D; }
a { background-color: rgb(140,152,61); }
div.DivClassName
{
background-color: #8C983D;
}
.BgClassName
{
background-color: #8C983D;
}
</style>
border-color css
<style>
span { border-color: #8C983D; }
span { border-color: rgb(140,152,61); }
td.TdClassName
{
border-color: #8C983D;
}
.TagClassName
{
border-color: #8C983D;
}
</style>