Shades of Wasabi #84964E
Tints of Wasabi #84964E
RGB
CMYK
RGB Variations
Color information
#84964E (or 0x84964E) is known color: Wasabi. HEX triplet: 84, 96 and 4E. RGB value is (132,150,78). Sum of RGB (Red+Green+Blue) = 132+150+78=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 150 - color contains mainly: green. Hex color #84964E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84964E is #7B69B1. Grayscale: #888888. Windows color (decimal): -8087986 or 5150340. OLE color: 5150340.
HSL color Cylindrical-coordinate representation of color #84964E: hue angle of 75º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84964E is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 150 | 78 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.41 |
| HSL | 75º | 0.32% | 0.45% | - |
| HSV(B) | 75º | 0.48% | 0.59% | - |
| XYZ | 21.8 | 27.27 | 11.32 | - |
| YUV | 136.41 | 95.04 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 150 | 78 | 0.12 | 0 | 0.48 | 0.41 | 75 | 0.32 | 0.45 |
| Hex | 84 | 96 | 4E | C | 0 | 30 | 29 | 4B | 20 | 2D |
| Octal | 204 | 226 | 116 | 14 | 0 | 60 | 51 | 113 | 40 | 55 |
| Binary | 10000100 | 10010110 | 1001110 | 1100 | 0 | 110000 | 101001 | 1001011 | 100000 | 101101 |
Color Harmonies of #84964E
Complementary color
Monochromatic Colors of #84964E
Black with #84964E
Text Example
Text Example
White with #84964E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84964E; }
p { color: rgb(132,150,78); }
H1.HeaderClassName
{
color: #84964E;
}
.AnyTagClassName
{
color: #84964E;
}
</style>
background-color css
<style>
a { background-color: #84964E; }
a { background-color: rgb(132,150,78); }
div.DivClassName
{
background-color: #84964E;
}
.BgClassName
{
background-color: #84964E;
}
</style>
border-color css
<style>
span { border-color: #84964E; }
span { border-color: rgb(132,150,78); }
td.TdClassName
{
border-color: #84964E;
}
.TagClassName
{
border-color: #84964E;
}
</style>