Shades of Wasabi #8D952F
Tints of Wasabi #8D952F
RGB
CMYK
RGB Variations
Color information
#8D952F (or 0x8D952F) is known color: Wasabi. HEX triplet: 8D, 95 and 2F. RGB value is (141,149,47). Sum of RGB (Red+Green+Blue) = 141+149+47=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #8D952F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D952F is #726AD0. Grayscale: #878787. Windows color (decimal): -7498449 or 3118477. OLE color: 3118477.
HSL color Cylindrical-coordinate representation of color #8D952F: hue angle of 64.71º degrees, saturation: 0.52, 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 #8D952F is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 149 | 47 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.42 |
| HSL | 64.71º | 0.52% | 0.38% | - |
| HSV(B) | 64.71º | 0.68% | 0.58% | - |
| XYZ | 22.25 | 27.36 | 6.8 | - |
| YUV | 134.98 | 78.35 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 47 | 0.05 | 0 | 0.68 | 0.42 | 64.71 | 0.52 | 0.38 |
| Hex | 8D | 95 | 2F | 5 | 0 | 44 | 2A | 41 | 34 | 26 |
| Octal | 215 | 225 | 57 | 5 | 0 | 104 | 52 | 101 | 64 | 46 |
| Binary | 10001101 | 10010101 | 101111 | 101 | 0 | 1000100 | 101010 | 1000001 | 110100 | 100110 |
Color Harmonies of #8D952F
Complementary color
Monochromatic Colors of #8D952F
Black with #8D952F
Text Example
Text Example
White with #8D952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D952F; }
p { color: rgb(141,149,47); }
H1.HeaderClassName
{
color: #8D952F;
}
.AnyTagClassName
{
color: #8D952F;
}
</style>
background-color css
<style>
a { background-color: #8D952F; }
a { background-color: rgb(141,149,47); }
div.DivClassName
{
background-color: #8D952F;
}
.BgClassName
{
background-color: #8D952F;
}
</style>
border-color css
<style>
span { border-color: #8D952F; }
span { border-color: rgb(141,149,47); }
td.TdClassName
{
border-color: #8D952F;
}
.TagClassName
{
border-color: #8D952F;
}
</style>