Shades of Wasabi #8B9551
Tints of Wasabi #8B9551
RGB
CMYK
RGB Variations
Color information
#8B9551 (or 0x8B9551) is known color: Wasabi. HEX triplet: 8B, 95 and 51. RGB value is (139,149,81). Sum of RGB (Red+Green+Blue) = 139+149+81=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 149 - color contains mainly: green. Hex color #8B9551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9551 is #746AAE. Grayscale: #8A8A8A. Windows color (decimal): -7629487 or 5346699. OLE color: 5346699.
HSL color Cylindrical-coordinate representation of color #8B9551: hue angle of 68.82º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B9551 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 149 | 81 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.42 |
| HSL | 68.82º | 0.3% | 0.45% | - |
| HSV(B) | 68.82º | 0.46% | 0.58% | - |
| XYZ | 22.88 | 27.58 | 11.9 | - |
| YUV | 138.26 | 95.69 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 149 | 81 | 0.07 | 0 | 0.46 | 0.42 | 68.82 | 0.3 | 0.45 |
| Hex | 8B | 95 | 51 | 7 | 0 | 2E | 2A | 45 | 1E | 2D |
| Octal | 213 | 225 | 121 | 7 | 0 | 56 | 52 | 105 | 36 | 55 |
| Binary | 10001011 | 10010101 | 1010001 | 111 | 0 | 101110 | 101010 | 1000101 | 11110 | 101101 |
Color Harmonies of #8B9551
Complementary color
Monochromatic Colors of #8B9551
Black with #8B9551
Text Example
Text Example
White with #8B9551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9551; }
p { color: rgb(139,149,81); }
H1.HeaderClassName
{
color: #8B9551;
}
.AnyTagClassName
{
color: #8B9551;
}
</style>
background-color css
<style>
a { background-color: #8B9551; }
a { background-color: rgb(139,149,81); }
div.DivClassName
{
background-color: #8B9551;
}
.BgClassName
{
background-color: #8B9551;
}
</style>
border-color css
<style>
span { border-color: #8B9551; }
span { border-color: rgb(139,149,81); }
td.TdClassName
{
border-color: #8B9551;
}
.TagClassName
{
border-color: #8B9551;
}
</style>