Shades of Wasabi #86984A
Tints of Wasabi #86984A
RGB
CMYK
RGB Variations
Color information
#86984A (or 0x86984A) is known color: Wasabi. HEX triplet: 86, 98 and 4A. RGB value is (134,152,74). Sum of RGB (Red+Green+Blue) = 134+152+74=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #86984A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86984A is #7967B5. Grayscale: #8A8A8A. Windows color (decimal): -7956406 or 4888710. OLE color: 4888710.
HSL color Cylindrical-coordinate representation of color #86984A: hue angle of 73.85º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #86984A is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 152 | 74 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.40 |
| HSL | 73.85º | 0.35% | 0.44% | - |
| HSV(B) | 73.85º | 0.51% | 0.6% | - |
| XYZ | 22.3 | 28.02 | 10.71 | - |
| YUV | 137.73 | 92.04 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 152 | 74 | 0.12 | 0 | 0.51 | 0.40 | 73.85 | 0.35 | 0.44 |
| Hex | 86 | 98 | 4A | C | 0 | 33 | 28 | 4A | 23 | 2C |
| Octal | 206 | 230 | 112 | 14 | 0 | 63 | 50 | 112 | 43 | 54 |
| Binary | 10000110 | 10011000 | 1001010 | 1100 | 0 | 110011 | 101000 | 1001010 | 100011 | 101100 |
Color Harmonies of #86984A
Complementary color
Monochromatic Colors of #86984A
Black with #86984A
Text Example
Text Example
White with #86984A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86984A; }
p { color: rgb(134,152,74); }
H1.HeaderClassName
{
color: #86984A;
}
.AnyTagClassName
{
color: #86984A;
}
</style>
background-color css
<style>
a { background-color: #86984A; }
a { background-color: rgb(134,152,74); }
div.DivClassName
{
background-color: #86984A;
}
.BgClassName
{
background-color: #86984A;
}
</style>
border-color css
<style>
span { border-color: #86984A; }
span { border-color: rgb(134,152,74); }
td.TdClassName
{
border-color: #86984A;
}
.TagClassName
{
border-color: #86984A;
}
</style>