Shades of Wasabi #8BA140
Tints of Wasabi #8BA140
RGB
CMYK
RGB Variations
Color information
#8BA140 (or 0x8BA140) is known color: Wasabi. HEX triplet: 8B, A1 and 40. RGB value is (139,161,64). Sum of RGB (Red+Green+Blue) = 139+161+64=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA140 is #745EBF. Grayscale: #8F8F8F. Windows color (decimal): -7626432 or 4235659. OLE color: 4235659.
HSL color Cylindrical-coordinate representation of color #8BA140: hue angle of 73.61º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8BA140 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 64 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.37 |
| HSL | 73.61º | 0.43% | 0.44% | - |
| HSV(B) | 73.61º | 0.6% | 0.63% | - |
| XYZ | 24.32 | 31.35 | 9.62 | - |
| YUV | 143.36 | 83.21 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 64 | 0.14 | 0 | 0.60 | 0.37 | 73.61 | 0.43 | 0.44 |
| Hex | 8B | A1 | 40 | E | 0 | 3C | 25 | 4A | 2B | 2C |
| Octal | 213 | 241 | 100 | 16 | 0 | 74 | 45 | 112 | 53 | 54 |
| Binary | 10001011 | 10100001 | 1000000 | 1110 | 0 | 111100 | 100101 | 1001010 | 101011 | 101100 |
Color Harmonies of #8BA140
Complementary color
Monochromatic Colors of #8BA140
Black with #8BA140
Text Example
Text Example
White with #8BA140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA140; }
p { color: rgb(139,161,64); }
H1.HeaderClassName
{
color: #8BA140;
}
.AnyTagClassName
{
color: #8BA140;
}
</style>
background-color css
<style>
a { background-color: #8BA140; }
a { background-color: rgb(139,161,64); }
div.DivClassName
{
background-color: #8BA140;
}
.BgClassName
{
background-color: #8BA140;
}
</style>
border-color css
<style>
span { border-color: #8BA140; }
span { border-color: rgb(139,161,64); }
td.TdClassName
{
border-color: #8BA140;
}
.TagClassName
{
border-color: #8BA140;
}
</style>