Shades of Wasabi #8BA143
Tints of Wasabi #8BA143
RGB
CMYK
RGB Variations
Color information
#8BA143 (or 0x8BA143) is known color: Wasabi. HEX triplet: 8B, A1 and 43. RGB value is (139,161,67). Sum of RGB (Red+Green+Blue) = 139+161+67=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA143 is #745EBC. Grayscale: #909090. Windows color (decimal): -7626429 or 4432267. OLE color: 4432267.
HSL color Cylindrical-coordinate representation of color #8BA143: hue angle of 74.04º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8BA143 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 67 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.37 |
| HSL | 74.04º | 0.41% | 0.45% | - |
| HSV(B) | 74.04º | 0.58% | 0.63% | - |
| XYZ | 24.41 | 31.38 | 10.08 | - |
| YUV | 143.71 | 84.71 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 67 | 0.14 | 0 | 0.58 | 0.37 | 74.04 | 0.41 | 0.45 |
| Hex | 8B | A1 | 43 | E | 0 | 3A | 25 | 4A | 29 | 2D |
| Octal | 213 | 241 | 103 | 16 | 0 | 72 | 45 | 112 | 51 | 55 |
| Binary | 10001011 | 10100001 | 1000011 | 1110 | 0 | 111010 | 100101 | 1001010 | 101001 | 101101 |
Color Harmonies of #8BA143
Complementary color
Monochromatic Colors of #8BA143
Black with #8BA143
Text Example
Text Example
White with #8BA143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA143; }
p { color: rgb(139,161,67); }
H1.HeaderClassName
{
color: #8BA143;
}
.AnyTagClassName
{
color: #8BA143;
}
</style>
background-color css
<style>
a { background-color: #8BA143; }
a { background-color: rgb(139,161,67); }
div.DivClassName
{
background-color: #8BA143;
}
.BgClassName
{
background-color: #8BA143;
}
</style>
border-color css
<style>
span { border-color: #8BA143; }
span { border-color: rgb(139,161,67); }
td.TdClassName
{
border-color: #8BA143;
}
.TagClassName
{
border-color: #8BA143;
}
</style>