Shades of Wasabi #8BA146
Tints of Wasabi #8BA146
RGB
CMYK
RGB Variations
Color information
#8BA146 (or 0x8BA146) is known color: Wasabi. HEX triplet: 8B, A1 and 46. RGB value is (139,161,70). Sum of RGB (Red+Green+Blue) = 139+161+70=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA146 is #745EB9. Grayscale: #909090. Windows color (decimal): -7626426 or 4628875. OLE color: 4628875.
HSL color Cylindrical-coordinate representation of color #8BA146: hue angle of 74.51º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8BA146 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 70 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.37 |
| HSL | 74.51º | 0.39% | 0.45% | - |
| HSV(B) | 74.51º | 0.57% | 0.63% | - |
| XYZ | 24.5 | 31.42 | 10.57 | - |
| YUV | 144.05 | 86.21 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 70 | 0.14 | 0 | 0.57 | 0.37 | 74.51 | 0.39 | 0.45 |
| Hex | 8B | A1 | 46 | E | 0 | 39 | 25 | 4B | 27 | 2D |
| Octal | 213 | 241 | 106 | 16 | 0 | 71 | 45 | 113 | 47 | 55 |
| Binary | 10001011 | 10100001 | 1000110 | 1110 | 0 | 111001 | 100101 | 1001011 | 100111 | 101101 |
Color Harmonies of #8BA146
Complementary color
Monochromatic Colors of #8BA146
Black with #8BA146
Text Example
Text Example
White with #8BA146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA146; }
p { color: rgb(139,161,70); }
H1.HeaderClassName
{
color: #8BA146;
}
.AnyTagClassName
{
color: #8BA146;
}
</style>
background-color css
<style>
a { background-color: #8BA146; }
a { background-color: rgb(139,161,70); }
div.DivClassName
{
background-color: #8BA146;
}
.BgClassName
{
background-color: #8BA146;
}
</style>
border-color css
<style>
span { border-color: #8BA146; }
span { border-color: rgb(139,161,70); }
td.TdClassName
{
border-color: #8BA146;
}
.TagClassName
{
border-color: #8BA146;
}
</style>