Shades of Wasabi #8D902E
Tints of Wasabi #8D902E
RGB
CMYK
RGB Variations
Color information
#8D902E (or 0x8D902E) is known color: Wasabi. HEX triplet: 8D, 90 and 2E. RGB value is (141,144,46). Sum of RGB (Red+Green+Blue) = 141+144+46=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 144 - color contains mainly: green. Hex color #8D902E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D902E is #726FD1. Grayscale: #848484. Windows color (decimal): -7499730 or 3051661. OLE color: 3051661.
HSL color Cylindrical-coordinate representation of color #8D902E: hue angle of 61.84º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D902E is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 144 | 46 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.44 |
| HSL | 61.84º | 0.52% | 0.37% | - |
| HSV(B) | 61.84º | 0.68% | 0.56% | - |
| XYZ | 21.45 | 25.81 | 6.44 | - |
| YUV | 131.93 | 79.51 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 144 | 46 | 0.02 | 0 | 0.68 | 0.44 | 61.84 | 0.52 | 0.37 |
| Hex | 8D | 90 | 2E | 2 | 0 | 44 | 2C | 3E | 34 | 25 |
| Octal | 215 | 220 | 56 | 2 | 0 | 104 | 54 | 76 | 64 | 45 |
| Binary | 10001101 | 10010000 | 101110 | 10 | 0 | 1000100 | 101100 | 111110 | 110100 | 100101 |
Color Harmonies of #8D902E
Complementary color
Monochromatic Colors of #8D902E
Black with #8D902E
Text Example
Text Example
White with #8D902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D902E; }
p { color: rgb(141,144,46); }
H1.HeaderClassName
{
color: #8D902E;
}
.AnyTagClassName
{
color: #8D902E;
}
</style>
background-color css
<style>
a { background-color: #8D902E; }
a { background-color: rgb(141,144,46); }
div.DivClassName
{
background-color: #8D902E;
}
.BgClassName
{
background-color: #8D902E;
}
</style>
border-color css
<style>
span { border-color: #8D902E; }
span { border-color: rgb(141,144,46); }
td.TdClassName
{
border-color: #8D902E;
}
.TagClassName
{
border-color: #8D902E;
}
</style>