Shades of Wasabi #8B9330
Tints of Wasabi #8B9330
RGB
CMYK
RGB Variations
Color information
#8B9330 (or 0x8B9330) is known color: Wasabi. HEX triplet: 8B, 93 and 30. RGB value is (139,147,48). Sum of RGB (Red+Green+Blue) = 139+147+48=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9330 is #746CCF. Grayscale: #858585. Windows color (decimal): -7630032 or 3183499. OLE color: 3183499.
HSL color Cylindrical-coordinate representation of color #8B9330: hue angle of 64.85º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B9330 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 147 | 48 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.42 |
| HSL | 64.85º | 0.51% | 0.38% | - |
| HSV(B) | 64.85º | 0.67% | 0.58% | - |
| XYZ | 21.61 | 26.57 | 6.79 | - |
| YUV | 133.32 | 79.85 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 147 | 48 | 0.05 | 0 | 0.67 | 0.42 | 64.85 | 0.51 | 0.38 |
| Hex | 8B | 93 | 30 | 5 | 0 | 43 | 2A | 41 | 33 | 26 |
| Octal | 213 | 223 | 60 | 5 | 0 | 103 | 52 | 101 | 63 | 46 |
| Binary | 10001011 | 10010011 | 110000 | 101 | 0 | 1000011 | 101010 | 1000001 | 110011 | 100110 |
Color Harmonies of #8B9330
Complementary color
Monochromatic Colors of #8B9330
Black with #8B9330
Text Example
Text Example
White with #8B9330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9330; }
p { color: rgb(139,147,48); }
H1.HeaderClassName
{
color: #8B9330;
}
.AnyTagClassName
{
color: #8B9330;
}
</style>
background-color css
<style>
a { background-color: #8B9330; }
a { background-color: rgb(139,147,48); }
div.DivClassName
{
background-color: #8B9330;
}
.BgClassName
{
background-color: #8B9330;
}
</style>
border-color css
<style>
span { border-color: #8B9330; }
span { border-color: rgb(139,147,48); }
td.TdClassName
{
border-color: #8B9330;
}
.TagClassName
{
border-color: #8B9330;
}
</style>