Shades of Wasabi #8B9631
Tints of Wasabi #8B9631
RGB
CMYK
RGB Variations
Color information
#8B9631 (or 0x8B9631) is known color: Wasabi. HEX triplet: 8B, 96 and 31. RGB value is (139,150,49). Sum of RGB (Red+Green+Blue) = 139+150+49=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 150 - color contains mainly: green. Hex color #8B9631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9631 is #7469CE. Grayscale: #878787. Windows color (decimal): -7629263 or 3249803. OLE color: 3249803.
HSL color Cylindrical-coordinate representation of color #8B9631: hue angle of 66.53º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B9631 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 150 | 49 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.41 |
| HSL | 66.53º | 0.51% | 0.39% | - |
| HSV(B) | 66.53º | 0.67% | 0.59% | - |
| XYZ | 22.11 | 27.52 | 7.05 | - |
| YUV | 135.2 | 79.36 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 150 | 49 | 0.07 | 0 | 0.67 | 0.41 | 66.53 | 0.51 | 0.39 |
| Hex | 8B | 96 | 31 | 7 | 0 | 43 | 29 | 43 | 33 | 27 |
| Octal | 213 | 226 | 61 | 7 | 0 | 103 | 51 | 103 | 63 | 47 |
| Binary | 10001011 | 10010110 | 110001 | 111 | 0 | 1000011 | 101001 | 1000011 | 110011 | 100111 |
Color Harmonies of #8B9631
Complementary color
Monochromatic Colors of #8B9631
Black with #8B9631
Text Example
Text Example
White with #8B9631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9631; }
p { color: rgb(139,150,49); }
H1.HeaderClassName
{
color: #8B9631;
}
.AnyTagClassName
{
color: #8B9631;
}
</style>
background-color css
<style>
a { background-color: #8B9631; }
a { background-color: rgb(139,150,49); }
div.DivClassName
{
background-color: #8B9631;
}
.BgClassName
{
background-color: #8B9631;
}
</style>
border-color css
<style>
span { border-color: #8B9631; }
span { border-color: rgb(139,150,49); }
td.TdClassName
{
border-color: #8B9631;
}
.TagClassName
{
border-color: #8B9631;
}
</style>