Shades of Wasabi #8D9F35
Tints of Wasabi #8D9F35
RGB
CMYK
RGB Variations
Color information
#8D9F35 (or 0x8D9F35) is known color: Wasabi. HEX triplet: 8D, 9F and 35. RGB value is (141,159,53). Sum of RGB (Red+Green+Blue) = 141+159+53=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 159 (62.5% from 255 or 45.04% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 159 - color contains mainly: green. Hex color #8D9F35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9F35 is #7260CA. Grayscale: #8D8D8D. Windows color (decimal): -7495883 or 3514253. OLE color: 3514253.
HSL color Cylindrical-coordinate representation of color #8D9F35: hue angle of 70.19º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D9F35 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 159 | 53 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.38 |
| HSL | 70.19º | 0.5% | 0.42% | - |
| HSV(B) | 70.19º | 0.67% | 0.62% | - |
| XYZ | 24.03 | 30.72 | 8.03 | - |
| YUV | 141.53 | 78.04 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 159 | 53 | 0.11 | 0 | 0.67 | 0.38 | 70.19 | 0.5 | 0.42 |
| Hex | 8D | 9F | 35 | B | 0 | 43 | 26 | 46 | 32 | 2A |
| Octal | 215 | 237 | 65 | 13 | 0 | 103 | 46 | 106 | 62 | 52 |
| Binary | 10001101 | 10011111 | 110101 | 1011 | 0 | 1000011 | 100110 | 1000110 | 110010 | 101010 |
Color Harmonies of #8D9F35
Complementary color
Monochromatic Colors of #8D9F35
Black with #8D9F35
Text Example
Text Example
White with #8D9F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9F35; }
p { color: rgb(141,159,53); }
H1.HeaderClassName
{
color: #8D9F35;
}
.AnyTagClassName
{
color: #8D9F35;
}
</style>
background-color css
<style>
a { background-color: #8D9F35; }
a { background-color: rgb(141,159,53); }
div.DivClassName
{
background-color: #8D9F35;
}
.BgClassName
{
background-color: #8D9F35;
}
</style>
border-color css
<style>
span { border-color: #8D9F35; }
span { border-color: rgb(141,159,53); }
td.TdClassName
{
border-color: #8D9F35;
}
.TagClassName
{
border-color: #8D9F35;
}
</style>