Shades of Wasabi #8D953A
Tints of Wasabi #8D953A
RGB
CMYK
RGB Variations
Color information
#8D953A (or 0x8D953A) is known color: Wasabi. HEX triplet: 8D, 95 and 3A. RGB value is (141,149,58). Sum of RGB (Red+Green+Blue) = 141+149+58=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #8D953A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D953A is #726AC5. Grayscale: #888888. Windows color (decimal): -7498438 or 3839373. OLE color: 3839373.
HSL color Cylindrical-coordinate representation of color #8D953A: hue angle of 65.27º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D953A is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 149 | 58 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.42 |
| HSL | 65.27º | 0.44% | 0.41% | - |
| HSV(B) | 65.27º | 0.61% | 0.58% | - |
| XYZ | 22.5 | 27.46 | 8.12 | - |
| YUV | 136.23 | 83.85 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 58 | 0.05 | 0 | 0.61 | 0.42 | 65.27 | 0.44 | 0.41 |
| Hex | 8D | 95 | 3A | 5 | 0 | 3D | 2A | 41 | 2C | 29 |
| Octal | 215 | 225 | 72 | 5 | 0 | 75 | 52 | 101 | 54 | 51 |
| Binary | 10001101 | 10010101 | 111010 | 101 | 0 | 111101 | 101010 | 1000001 | 101100 | 101001 |
Color Harmonies of #8D953A
Complementary color
Monochromatic Colors of #8D953A
Black with #8D953A
Text Example
Text Example
White with #8D953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D953A; }
p { color: rgb(141,149,58); }
H1.HeaderClassName
{
color: #8D953A;
}
.AnyTagClassName
{
color: #8D953A;
}
</style>
background-color css
<style>
a { background-color: #8D953A; }
a { background-color: rgb(141,149,58); }
div.DivClassName
{
background-color: #8D953A;
}
.BgClassName
{
background-color: #8D953A;
}
</style>
border-color css
<style>
span { border-color: #8D953A; }
span { border-color: rgb(141,149,58); }
td.TdClassName
{
border-color: #8D953A;
}
.TagClassName
{
border-color: #8D953A;
}
</style>