Shades of Wasabi #8BA137
Tints of Wasabi #8BA137
RGB
CMYK
RGB Variations
Color information
#8BA137 (or 0x8BA137) is known color: Wasabi. HEX triplet: 8B, A1 and 37. RGB value is (139,161,55). Sum of RGB (Red+Green+Blue) = 139+161+55=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 55 (21.88% from 255 or 15.49% from 355); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA137 is #745EC8. Grayscale: #8E8E8E. Windows color (decimal): -7626441 or 3645835. OLE color: 3645835.
HSL color Cylindrical-coordinate representation of color #8BA137: hue angle of 72.45º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8BA137 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 55 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.37 |
| HSL | 72.45º | 0.49% | 0.42% | - |
| HSV(B) | 72.45º | 0.66% | 0.63% | - |
| XYZ | 24.08 | 31.25 | 8.38 | - |
| YUV | 142.34 | 78.71 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 55 | 0.14 | 0 | 0.66 | 0.37 | 72.45 | 0.49 | 0.42 |
| Hex | 8B | A1 | 37 | E | 0 | 42 | 25 | 48 | 31 | 2A |
| Octal | 213 | 241 | 67 | 16 | 0 | 102 | 45 | 110 | 61 | 52 |
| Binary | 10001011 | 10100001 | 110111 | 1110 | 0 | 1000010 | 100101 | 1001000 | 110001 | 101010 |
Color Harmonies of #8BA137
Complementary color
Monochromatic Colors of #8BA137
Black with #8BA137
Text Example
Text Example
White with #8BA137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA137; }
p { color: rgb(139,161,55); }
H1.HeaderClassName
{
color: #8BA137;
}
.AnyTagClassName
{
color: #8BA137;
}
</style>
background-color css
<style>
a { background-color: #8BA137; }
a { background-color: rgb(139,161,55); }
div.DivClassName
{
background-color: #8BA137;
}
.BgClassName
{
background-color: #8BA137;
}
</style>
border-color css
<style>
span { border-color: #8BA137; }
span { border-color: rgb(139,161,55); }
td.TdClassName
{
border-color: #8BA137;
}
.TagClassName
{
border-color: #8BA137;
}
</style>