Shades of Wasabi #8D9B40
Tints of Wasabi #8D9B40
RGB
CMYK
RGB Variations
Color information
#8D9B40 (or 0x8D9B40) is known color: Wasabi. HEX triplet: 8D, 9B and 40. RGB value is (141,155,64). Sum of RGB (Red+Green+Blue) = 141+155+64=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 155 - color contains mainly: green. Hex color #8D9B40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9B40 is #7264BF. Grayscale: #8C8C8C. Windows color (decimal): -7496896 or 4234125. OLE color: 4234125.
HSL color Cylindrical-coordinate representation of color #8D9B40: hue angle of 69.23º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8D9B40 is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 155 | 64 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.39 |
| HSL | 69.23º | 0.42% | 0.43% | - |
| HSV(B) | 69.23º | 0.59% | 0.61% | - |
| XYZ | 23.63 | 29.48 | 9.29 | - |
| YUV | 140.44 | 84.86 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 155 | 64 | 0.09 | 0 | 0.59 | 0.39 | 69.23 | 0.42 | 0.43 |
| Hex | 8D | 9B | 40 | 9 | 0 | 3B | 27 | 45 | 2A | 2B |
| Octal | 215 | 233 | 100 | 11 | 0 | 73 | 47 | 105 | 52 | 53 |
| Binary | 10001101 | 10011011 | 1000000 | 1001 | 0 | 111011 | 100111 | 1000101 | 101010 | 101011 |
Color Harmonies of #8D9B40
Complementary color
Monochromatic Colors of #8D9B40
Black with #8D9B40
Text Example
Text Example
White with #8D9B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9B40; }
p { color: rgb(141,155,64); }
H1.HeaderClassName
{
color: #8D9B40;
}
.AnyTagClassName
{
color: #8D9B40;
}
</style>
background-color css
<style>
a { background-color: #8D9B40; }
a { background-color: rgb(141,155,64); }
div.DivClassName
{
background-color: #8D9B40;
}
.BgClassName
{
background-color: #8D9B40;
}
</style>
border-color css
<style>
span { border-color: #8D9B40; }
span { border-color: rgb(141,155,64); }
td.TdClassName
{
border-color: #8D9B40;
}
.TagClassName
{
border-color: #8D9B40;
}
</style>