Shades of Wasabi #8C983A
Tints of Wasabi #8C983A
RGB
CMYK
RGB Variations
Color information
#8C983A (or 0x8C983A) is known color: Wasabi. HEX triplet: 8C, 98 and 3A. RGB value is (140,152,58). Sum of RGB (Red+Green+Blue) = 140+152+58=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 152 - color contains mainly: green. Hex color #8C983A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C983A is #7367C5. Grayscale: #8A8A8A. Windows color (decimal): -7563206 or 3840140. OLE color: 3840140.
HSL color Cylindrical-coordinate representation of color #8C983A: hue angle of 67.66º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C983A is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 152 | 58 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.40 |
| HSL | 67.66º | 0.45% | 0.41% | - |
| HSV(B) | 67.66º | 0.62% | 0.6% | - |
| XYZ | 22.81 | 28.34 | 8.27 | - |
| YUV | 137.7 | 83.02 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 152 | 58 | 0.08 | 0 | 0.62 | 0.40 | 67.66 | 0.45 | 0.41 |
| Hex | 8C | 98 | 3A | 8 | 0 | 3E | 28 | 44 | 2D | 29 |
| Octal | 214 | 230 | 72 | 10 | 0 | 76 | 50 | 104 | 55 | 51 |
| Binary | 10001100 | 10011000 | 111010 | 1000 | 0 | 111110 | 101000 | 1000100 | 101101 | 101001 |
Color Harmonies of #8C983A
Complementary color
Monochromatic Colors of #8C983A
Black with #8C983A
Text Example
Text Example
White with #8C983A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C983A; }
p { color: rgb(140,152,58); }
H1.HeaderClassName
{
color: #8C983A;
}
.AnyTagClassName
{
color: #8C983A;
}
</style>
background-color css
<style>
a { background-color: #8C983A; }
a { background-color: rgb(140,152,58); }
div.DivClassName
{
background-color: #8C983A;
}
.BgClassName
{
background-color: #8C983A;
}
</style>
border-color css
<style>
span { border-color: #8C983A; }
span { border-color: rgb(140,152,58); }
td.TdClassName
{
border-color: #8C983A;
}
.TagClassName
{
border-color: #8C983A;
}
</style>