Shades of Wasabi #8A9846
Tints of Wasabi #8A9846
RGB
CMYK
RGB Variations
Color information
#8A9846 (or 0x8A9846) is known color: Wasabi. HEX triplet: 8A, 98 and 46. RGB value is (138,152,70). Sum of RGB (Red+Green+Blue) = 138+152+70=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #8A9846 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9846 is #7567B9. Grayscale: #8A8A8A. Windows color (decimal): -7694266 or 4626570. OLE color: 4626570.
HSL color Cylindrical-coordinate representation of color #8A9846: hue angle of 70.24º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A9846 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 152 | 70 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.40 |
| HSL | 70.24º | 0.37% | 0.44% | - |
| HSV(B) | 70.24º | 0.54% | 0.6% | - |
| XYZ | 22.81 | 28.3 | 10.05 | - |
| YUV | 138.47 | 89.36 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 152 | 70 | 0.09 | 0 | 0.54 | 0.40 | 70.24 | 0.37 | 0.44 |
| Hex | 8A | 98 | 46 | 9 | 0 | 36 | 28 | 46 | 25 | 2C |
| Octal | 212 | 230 | 106 | 11 | 0 | 66 | 50 | 106 | 45 | 54 |
| Binary | 10001010 | 10011000 | 1000110 | 1001 | 0 | 110110 | 101000 | 1000110 | 100101 | 101100 |
Color Harmonies of #8A9846
Complementary color
Monochromatic Colors of #8A9846
Black with #8A9846
Text Example
Text Example
White with #8A9846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9846; }
p { color: rgb(138,152,70); }
H1.HeaderClassName
{
color: #8A9846;
}
.AnyTagClassName
{
color: #8A9846;
}
</style>
background-color css
<style>
a { background-color: #8A9846; }
a { background-color: rgb(138,152,70); }
div.DivClassName
{
background-color: #8A9846;
}
.BgClassName
{
background-color: #8A9846;
}
</style>
border-color css
<style>
span { border-color: #8A9846; }
span { border-color: rgb(138,152,70); }
td.TdClassName
{
border-color: #8A9846;
}
.TagClassName
{
border-color: #8A9846;
}
</style>