Shades of Wasabi #8D9430
Tints of Wasabi #8D9430
RGB
CMYK
RGB Variations
Color information
#8D9430 (or 0x8D9430) is known color: Wasabi. HEX triplet: 8D, 94 and 30. RGB value is (141,148,48). Sum of RGB (Red+Green+Blue) = 141+148+48=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 148 - color contains mainly: green. Hex color #8D9430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9430 is #726BCF. Grayscale: #868686. Windows color (decimal): -7498704 or 3183757. OLE color: 3183757.
HSL color Cylindrical-coordinate representation of color #8D9430: hue angle of 64.2º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D9430 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 148 | 48 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.42 |
| HSL | 64.2º | 0.51% | 0.38% | - |
| HSV(B) | 64.2º | 0.68% | 0.58% | - |
| XYZ | 22.11 | 27.06 | 6.85 | - |
| YUV | 134.51 | 79.18 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 148 | 48 | 0.05 | 0 | 0.68 | 0.42 | 64.2 | 0.51 | 0.38 |
| Hex | 8D | 94 | 30 | 5 | 0 | 44 | 2A | 40 | 33 | 26 |
| Octal | 215 | 224 | 60 | 5 | 0 | 104 | 52 | 100 | 63 | 46 |
| Binary | 10001101 | 10010100 | 110000 | 101 | 0 | 1000100 | 101010 | 1000000 | 110011 | 100110 |
Color Harmonies of #8D9430
Complementary color
Monochromatic Colors of #8D9430
Black with #8D9430
Text Example
Text Example
White with #8D9430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9430; }
p { color: rgb(141,148,48); }
H1.HeaderClassName
{
color: #8D9430;
}
.AnyTagClassName
{
color: #8D9430;
}
</style>
background-color css
<style>
a { background-color: #8D9430; }
a { background-color: rgb(141,148,48); }
div.DivClassName
{
background-color: #8D9430;
}
.BgClassName
{
background-color: #8D9430;
}
</style>
border-color css
<style>
span { border-color: #8D9430; }
span { border-color: rgb(141,148,48); }
td.TdClassName
{
border-color: #8D9430;
}
.TagClassName
{
border-color: #8D9430;
}
</style>