Shades of Wasabi #8BA443
Tints of Wasabi #8BA443
RGB
CMYK
RGB Variations
Color information
#8BA443 (or 0x8BA443) is known color: Wasabi. HEX triplet: 8B, A4 and 43. RGB value is (139,164,67). Sum of RGB (Red+Green+Blue) = 139+164+67=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA443 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA443 is #745BBC. Grayscale: #919191. Windows color (decimal): -7625661 or 4433035. OLE color: 4433035.
HSL color Cylindrical-coordinate representation of color #8BA443: hue angle of 75.46º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8BA443 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 164 | 67 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.36 |
| HSL | 75.46º | 0.42% | 0.45% | - |
| HSV(B) | 75.46º | 0.59% | 0.64% | - |
| XYZ | 24.94 | 32.45 | 10.26 | - |
| YUV | 145.47 | 83.72 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 67 | 0.15 | 0 | 0.59 | 0.36 | 75.46 | 0.42 | 0.45 |
| Hex | 8B | A4 | 43 | F | 0 | 3B | 24 | 4B | 2A | 2D |
| Octal | 213 | 244 | 103 | 17 | 0 | 73 | 44 | 113 | 52 | 55 |
| Binary | 10001011 | 10100100 | 1000011 | 1111 | 0 | 111011 | 100100 | 1001011 | 101010 | 101101 |
Color Harmonies of #8BA443
Complementary color
Monochromatic Colors of #8BA443
Black with #8BA443
Text Example
Text Example
White with #8BA443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA443; }
p { color: rgb(139,164,67); }
H1.HeaderClassName
{
color: #8BA443;
}
.AnyTagClassName
{
color: #8BA443;
}
</style>
background-color css
<style>
a { background-color: #8BA443; }
a { background-color: rgb(139,164,67); }
div.DivClassName
{
background-color: #8BA443;
}
.BgClassName
{
background-color: #8BA443;
}
</style>
border-color css
<style>
span { border-color: #8BA443; }
span { border-color: rgb(139,164,67); }
td.TdClassName
{
border-color: #8BA443;
}
.TagClassName
{
border-color: #8BA443;
}
</style>