Shades of Wasabi #8BA040
Tints of Wasabi #8BA040
RGB
CMYK
RGB Variations
Color information
#8BA040 (or 0x8BA040) is known color: Wasabi. HEX triplet: 8B, A0 and 40. RGB value is (139,160,64). Sum of RGB (Red+Green+Blue) = 139+160+64=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA040 is #745FBF. Grayscale: #8F8F8F. Windows color (decimal): -7626688 or 4235403. OLE color: 4235403.
HSL color Cylindrical-coordinate representation of color #8BA040: hue angle of 73.12º 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 #8BA040 is Cyan = 0.13, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 160 | 64 | - |
| CMYK | 0.13 | 0 | 0.6 | 0.37 |
| HSL | 73.13º | 0.43% | 0.44% | - |
| HSV(B) | 73.13º | 0.6% | 0.63% | - |
| XYZ | 24.14 | 31 | 9.56 | - |
| YUV | 142.78 | 83.54 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 64 | 0.13 | 0 | 0.6 | 0.37 | 73.13 | 0.43 | 0.44 |
| Hex | 8B | A0 | 40 | D | 0 | 3C | 25 | 49 | 2B | 2C |
| Octal | 213 | 240 | 100 | 15 | 0 | 74 | 45 | 111 | 53 | 54 |
| Binary | 10001011 | 10100000 | 1000000 | 1101 | 0 | 111100 | 100101 | 1001001 | 101011 | 101100 |
Color Harmonies of #8BA040
Complementary color
Monochromatic Colors of #8BA040
Black with #8BA040
Text Example
Text Example
White with #8BA040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA040; }
p { color: rgb(139,160,64); }
H1.HeaderClassName
{
color: #8BA040;
}
.AnyTagClassName
{
color: #8BA040;
}
</style>
background-color css
<style>
a { background-color: #8BA040; }
a { background-color: rgb(139,160,64); }
div.DivClassName
{
background-color: #8BA040;
}
.BgClassName
{
background-color: #8BA040;
}
</style>
border-color css
<style>
span { border-color: #8BA040; }
span { border-color: rgb(139,160,64); }
td.TdClassName
{
border-color: #8BA040;
}
.TagClassName
{
border-color: #8BA040;
}
</style>