Shades of Wasabi #8B934E
Tints of Wasabi #8B934E
RGB
CMYK
RGB Variations
Color information
#8B934E (or 0x8B934E) is known color: Wasabi. HEX triplet: 8B, 93 and 4E. RGB value is (139,147,78). Sum of RGB (Red+Green+Blue) = 139+147+78=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #8B934E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B934E is #746CB1. Grayscale: #898989. Windows color (decimal): -7630002 or 5149579. OLE color: 5149579.
HSL color Cylindrical-coordinate representation of color #8B934E: hue angle of 66.96º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B934E is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 147 | 78 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.42 |
| HSL | 66.96º | 0.31% | 0.44% | - |
| HSV(B) | 66.96º | 0.47% | 0.58% | - |
| XYZ | 22.46 | 26.91 | 11.22 | - |
| YUV | 136.74 | 94.85 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 147 | 78 | 0.05 | 0 | 0.47 | 0.42 | 66.96 | 0.31 | 0.44 |
| Hex | 8B | 93 | 4E | 5 | 0 | 2F | 2A | 43 | 1F | 2C |
| Octal | 213 | 223 | 116 | 5 | 0 | 57 | 52 | 103 | 37 | 54 |
| Binary | 10001011 | 10010011 | 1001110 | 101 | 0 | 101111 | 101010 | 1000011 | 11111 | 101100 |
Color Harmonies of #8B934E
Complementary color
Monochromatic Colors of #8B934E
Black with #8B934E
Text Example
Text Example
White with #8B934E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B934E; }
p { color: rgb(139,147,78); }
H1.HeaderClassName
{
color: #8B934E;
}
.AnyTagClassName
{
color: #8B934E;
}
</style>
background-color css
<style>
a { background-color: #8B934E; }
a { background-color: rgb(139,147,78); }
div.DivClassName
{
background-color: #8B934E;
}
.BgClassName
{
background-color: #8B934E;
}
</style>
border-color css
<style>
span { border-color: #8B934E; }
span { border-color: rgb(139,147,78); }
td.TdClassName
{
border-color: #8B934E;
}
.TagClassName
{
border-color: #8B934E;
}
</style>