Shades of Wasabi #8B9549
Tints of Wasabi #8B9549
RGB
CMYK
RGB Variations
Color information
#8B9549 (or 0x8B9549) is known color: Wasabi. HEX triplet: 8B, 95 and 49. RGB value is (139,149,73). Sum of RGB (Red+Green+Blue) = 139+149+73=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 149 - color contains mainly: green. Hex color #8B9549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9549 is #746AB6. Grayscale: #898989. Windows color (decimal): -7629495 or 4822411. OLE color: 4822411.
HSL color Cylindrical-coordinate representation of color #8B9549: hue angle of 67.89º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B9549 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 149 | 73 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.42 |
| HSL | 67.89º | 0.34% | 0.44% | - |
| HSV(B) | 67.89º | 0.51% | 0.58% | - |
| XYZ | 22.6 | 27.46 | 10.41 | - |
| YUV | 137.35 | 91.69 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 149 | 73 | 0.07 | 0 | 0.51 | 0.42 | 67.89 | 0.34 | 0.44 |
| Hex | 8B | 95 | 49 | 7 | 0 | 33 | 2A | 44 | 22 | 2C |
| Octal | 213 | 225 | 111 | 7 | 0 | 63 | 52 | 104 | 42 | 54 |
| Binary | 10001011 | 10010101 | 1001001 | 111 | 0 | 110011 | 101010 | 1000100 | 100010 | 101100 |
Color Harmonies of #8B9549
Complementary color
Monochromatic Colors of #8B9549
Black with #8B9549
Text Example
Text Example
White with #8B9549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9549; }
p { color: rgb(139,149,73); }
H1.HeaderClassName
{
color: #8B9549;
}
.AnyTagClassName
{
color: #8B9549;
}
</style>
background-color css
<style>
a { background-color: #8B9549; }
a { background-color: rgb(139,149,73); }
div.DivClassName
{
background-color: #8B9549;
}
.BgClassName
{
background-color: #8B9549;
}
</style>
border-color css
<style>
span { border-color: #8B9549; }
span { border-color: rgb(139,149,73); }
td.TdClassName
{
border-color: #8B9549;
}
.TagClassName
{
border-color: #8B9549;
}
</style>