Shades of Wasabi #8B9841
Tints of Wasabi #8B9841
RGB
CMYK
RGB Variations
Color information
#8B9841 (or 0x8B9841) is known color: Wasabi. HEX triplet: 8B, 98 and 41. RGB value is (139,152,65). Sum of RGB (Red+Green+Blue) = 139+152+65=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #8B9841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9841 is #7467BE. Grayscale: #8A8A8A. Windows color (decimal): -7628735 or 4298891. OLE color: 4298891.
HSL color Cylindrical-coordinate representation of color #8B9841: hue angle of 68.97º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B9841 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 139 | 152 | 65 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.40 |
| HSL | 68.97º | 0.4% | 0.43% | - |
| HSV(B) | 68.97º | 0.57% | 0.6% | - |
| XYZ | 22.83 | 28.33 | 9.27 | - |
| YUV | 138.2 | 86.69 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 152 | 65 | 0.09 | 0 | 0.57 | 0.40 | 68.97 | 0.4 | 0.43 |
| Hex | 8B | 98 | 41 | 9 | 0 | 39 | 28 | 45 | 28 | 2B |
| Octal | 213 | 230 | 101 | 11 | 0 | 71 | 50 | 105 | 50 | 53 |
| Binary | 10001011 | 10011000 | 1000001 | 1001 | 0 | 111001 | 101000 | 1000101 | 101000 | 101011 |
Color Harmonies of #8B9841
Complementary color
Monochromatic Colors of #8B9841
Black with #8B9841
Text Example
Text Example
White with #8B9841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9841; }
p { color: rgb(139,152,65); }
H1.HeaderClassName
{
color: #8B9841;
}
.AnyTagClassName
{
color: #8B9841;
}
</style>
background-color css
<style>
a { background-color: #8B9841; }
a { background-color: rgb(139,152,65); }
div.DivClassName
{
background-color: #8B9841;
}
.BgClassName
{
background-color: #8B9841;
}
</style>
border-color css
<style>
span { border-color: #8B9841; }
span { border-color: rgb(139,152,65); }
td.TdClassName
{
border-color: #8B9841;
}
.TagClassName
{
border-color: #8B9841;
}
</style>