Shades of Wasabi #8B934D
Tints of Wasabi #8B934D
RGB
CMYK
RGB Variations
Color information
#8B934D (or 0x8B934D) is known color: Wasabi. HEX triplet: 8B, 93 and 4D. RGB value is (139,147,77). Sum of RGB (Red+Green+Blue) = 139+147+77=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #8B934D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B934D is #746CB2. Grayscale: #888888. Windows color (decimal): -7630003 or 5084043. OLE color: 5084043.
HSL color Cylindrical-coordinate representation of color #8B934D: hue angle of 66.86º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B934D is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 147 | 77 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.42 |
| HSL | 66.86º | 0.31% | 0.44% | - |
| HSV(B) | 66.86º | 0.48% | 0.58% | - |
| XYZ | 22.42 | 26.89 | 11.03 | - |
| YUV | 136.63 | 94.35 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 147 | 77 | 0.05 | 0 | 0.48 | 0.42 | 66.86 | 0.31 | 0.44 |
| Hex | 8B | 93 | 4D | 5 | 0 | 30 | 2A | 43 | 1F | 2C |
| Octal | 213 | 223 | 115 | 5 | 0 | 60 | 52 | 103 | 37 | 54 |
| Binary | 10001011 | 10010011 | 1001101 | 101 | 0 | 110000 | 101010 | 1000011 | 11111 | 101100 |
Color Harmonies of #8B934D
Complementary color
Monochromatic Colors of #8B934D
Black with #8B934D
Text Example
Text Example
White with #8B934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B934D; }
p { color: rgb(139,147,77); }
H1.HeaderClassName
{
color: #8B934D;
}
.AnyTagClassName
{
color: #8B934D;
}
</style>
background-color css
<style>
a { background-color: #8B934D; }
a { background-color: rgb(139,147,77); }
div.DivClassName
{
background-color: #8B934D;
}
.BgClassName
{
background-color: #8B934D;
}
</style>
border-color css
<style>
span { border-color: #8B934D; }
span { border-color: rgb(139,147,77); }
td.TdClassName
{
border-color: #8B934D;
}
.TagClassName
{
border-color: #8B934D;
}
</style>