Shades of Wasabi #8B9442
Tints of Wasabi #8B9442
RGB
CMYK
RGB Variations
Color information
#8B9442 (or 0x8B9442) is known color: Wasabi. HEX triplet: 8B, 94 and 42. RGB value is (139,148,66). Sum of RGB (Red+Green+Blue) = 139+148+66=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 148 - color contains mainly: green. Hex color #8B9442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9442 is #746BBD. Grayscale: #888888. Windows color (decimal): -7629758 or 4363403. OLE color: 4363403.
HSL color Cylindrical-coordinate representation of color #8B9442: hue angle of 66.59º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B9442 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 148 | 66 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.42 |
| HSL | 66.59º | 0.38% | 0.42% | - |
| HSV(B) | 66.59º | 0.55% | 0.58% | - |
| XYZ | 22.22 | 27.06 | 9.21 | - |
| YUV | 135.96 | 88.52 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 148 | 66 | 0.06 | 0 | 0.55 | 0.42 | 66.59 | 0.38 | 0.42 |
| Hex | 8B | 94 | 42 | 6 | 0 | 37 | 2A | 43 | 26 | 2A |
| Octal | 213 | 224 | 102 | 6 | 0 | 67 | 52 | 103 | 46 | 52 |
| Binary | 10001011 | 10010100 | 1000010 | 110 | 0 | 110111 | 101010 | 1000011 | 100110 | 101010 |
Color Harmonies of #8B9442
Complementary color
Monochromatic Colors of #8B9442
Black with #8B9442
Text Example
Text Example
White with #8B9442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9442; }
p { color: rgb(139,148,66); }
H1.HeaderClassName
{
color: #8B9442;
}
.AnyTagClassName
{
color: #8B9442;
}
</style>
background-color css
<style>
a { background-color: #8B9442; }
a { background-color: rgb(139,148,66); }
div.DivClassName
{
background-color: #8B9442;
}
.BgClassName
{
background-color: #8B9442;
}
</style>
border-color css
<style>
span { border-color: #8B9442; }
span { border-color: rgb(139,148,66); }
td.TdClassName
{
border-color: #8B9442;
}
.TagClassName
{
border-color: #8B9442;
}
</style>