Shades of Wasabi #86982E
Tints of Wasabi #86982E
RGB
CMYK
RGB Variations
Color information
#86982E (or 0x86982E) is known color: Wasabi. HEX triplet: 86, 98 and 2E. RGB value is (134,152,46). Sum of RGB (Red+Green+Blue) = 134+152+46=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #86982E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86982E is #7967D1. Grayscale: #868686. Windows color (decimal): -7956434 or 3053702. OLE color: 3053702.
HSL color Cylindrical-coordinate representation of color #86982E: hue angle of 70.19º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86982E is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 152 | 46 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.40 |
| HSL | 70.19º | 0.54% | 0.39% | - |
| HSV(B) | 70.19º | 0.7% | 0.6% | - |
| XYZ | 21.55 | 27.72 | 6.8 | - |
| YUV | 134.53 | 78.04 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 152 | 46 | 0.12 | 0 | 0.70 | 0.40 | 70.19 | 0.54 | 0.39 |
| Hex | 86 | 98 | 2E | C | 0 | 46 | 28 | 46 | 36 | 27 |
| Octal | 206 | 230 | 56 | 14 | 0 | 106 | 50 | 106 | 66 | 47 |
| Binary | 10000110 | 10011000 | 101110 | 1100 | 0 | 1000110 | 101000 | 1000110 | 110110 | 100111 |
Color Harmonies of #86982E
Complementary color
Monochromatic Colors of #86982E
Black with #86982E
Text Example
Text Example
White with #86982E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86982E; }
p { color: rgb(134,152,46); }
H1.HeaderClassName
{
color: #86982E;
}
.AnyTagClassName
{
color: #86982E;
}
</style>
background-color css
<style>
a { background-color: #86982E; }
a { background-color: rgb(134,152,46); }
div.DivClassName
{
background-color: #86982E;
}
.BgClassName
{
background-color: #86982E;
}
</style>
border-color css
<style>
span { border-color: #86982E; }
span { border-color: rgb(134,152,46); }
td.TdClassName
{
border-color: #86982E;
}
.TagClassName
{
border-color: #86982E;
}
</style>