Shades of Wasabi #86924D
Tints of Wasabi #86924D
RGB
CMYK
RGB Variations
Color information
#86924D (or 0x86924D) is known color: Wasabi. HEX triplet: 86, 92 and 4D. RGB value is (134,146,77). Sum of RGB (Red+Green+Blue) = 134+146+77=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #86924D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86924D is #796DB2. Grayscale: #868686. Windows color (decimal): -7957939 or 5083782. OLE color: 5083782.
HSL color Cylindrical-coordinate representation of color #86924D: hue angle of 70.43º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86924D is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 146 | 77 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.43 |
| HSL | 70.43º | 0.31% | 0.44% | - |
| HSV(B) | 70.43º | 0.47% | 0.57% | - |
| XYZ | 21.45 | 26.16 | 10.94 | - |
| YUV | 134.55 | 95.52 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 146 | 77 | 0.08 | 0 | 0.47 | 0.43 | 70.43 | 0.31 | 0.44 |
| Hex | 86 | 92 | 4D | 8 | 0 | 2F | 2B | 46 | 1F | 2C |
| Octal | 206 | 222 | 115 | 10 | 0 | 57 | 53 | 106 | 37 | 54 |
| Binary | 10000110 | 10010010 | 1001101 | 1000 | 0 | 101111 | 101011 | 1000110 | 11111 | 101100 |
Color Harmonies of #86924D
Complementary color
Monochromatic Colors of #86924D
Black with #86924D
Text Example
Text Example
White with #86924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86924D; }
p { color: rgb(134,146,77); }
H1.HeaderClassName
{
color: #86924D;
}
.AnyTagClassName
{
color: #86924D;
}
</style>
background-color css
<style>
a { background-color: #86924D; }
a { background-color: rgb(134,146,77); }
div.DivClassName
{
background-color: #86924D;
}
.BgClassName
{
background-color: #86924D;
}
</style>
border-color css
<style>
span { border-color: #86924D; }
span { border-color: rgb(134,146,77); }
td.TdClassName
{
border-color: #86924D;
}
.TagClassName
{
border-color: #86924D;
}
</style>