Shades of Wasabi #8BA344
Tints of Wasabi #8BA344
RGB
CMYK
RGB Variations
Color information
#8BA344 (or 0x8BA344) is known color: Wasabi. HEX triplet: 8B, A3 and 44. RGB value is (139,163,68). Sum of RGB (Red+Green+Blue) = 139+163+68=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA344 is #745CBB. Grayscale: #919191. Windows color (decimal): -7625916 or 4498315. OLE color: 4498315.
HSL color Cylindrical-coordinate representation of color #8BA344: hue angle of 75.16º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8BA344 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 163 | 68 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.36 |
| HSL | 75.16º | 0.41% | 0.45% | - |
| HSV(B) | 75.16º | 0.58% | 0.64% | - |
| XYZ | 24.79 | 32.1 | 10.36 | - |
| YUV | 144.99 | 84.55 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 68 | 0.15 | 0 | 0.58 | 0.36 | 75.16 | 0.41 | 0.45 |
| Hex | 8B | A3 | 44 | F | 0 | 3A | 24 | 4B | 29 | 2D |
| Octal | 213 | 243 | 104 | 17 | 0 | 72 | 44 | 113 | 51 | 55 |
| Binary | 10001011 | 10100011 | 1000100 | 1111 | 0 | 111010 | 100100 | 1001011 | 101001 | 101101 |
Color Harmonies of #8BA344
Complementary color
Monochromatic Colors of #8BA344
Black with #8BA344
Text Example
Text Example
White with #8BA344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA344; }
p { color: rgb(139,163,68); }
H1.HeaderClassName
{
color: #8BA344;
}
.AnyTagClassName
{
color: #8BA344;
}
</style>
background-color css
<style>
a { background-color: #8BA344; }
a { background-color: rgb(139,163,68); }
div.DivClassName
{
background-color: #8BA344;
}
.BgClassName
{
background-color: #8BA344;
}
</style>
border-color css
<style>
span { border-color: #8BA344; }
span { border-color: rgb(139,163,68); }
td.TdClassName
{
border-color: #8BA344;
}
.TagClassName
{
border-color: #8BA344;
}
</style>