Shades of Wasabi #84964D
Tints of Wasabi #84964D
RGB
CMYK
RGB Variations
Color information
#84964D (or 0x84964D) is known color: Wasabi. HEX triplet: 84, 96 and 4D. RGB value is (132,150,77). Sum of RGB (Red+Green+Blue) = 132+150+77=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 150 - color contains mainly: green. Hex color #84964D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84964D is #7B69B2. Grayscale: #888888. Windows color (decimal): -8087987 or 5084804. OLE color: 5084804.
HSL color Cylindrical-coordinate representation of color #84964D: hue angle of 74.79º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84964D is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 150 | 77 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.41 |
| HSL | 74.79º | 0.32% | 0.45% | - |
| HSV(B) | 74.79º | 0.49% | 0.59% | - |
| XYZ | 21.76 | 27.25 | 11.13 | - |
| YUV | 136.3 | 94.54 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 150 | 77 | 0.12 | 0 | 0.49 | 0.41 | 74.79 | 0.32 | 0.45 |
| Hex | 84 | 96 | 4D | C | 0 | 31 | 29 | 4B | 20 | 2D |
| Octal | 204 | 226 | 115 | 14 | 0 | 61 | 51 | 113 | 40 | 55 |
| Binary | 10000100 | 10010110 | 1001101 | 1100 | 0 | 110001 | 101001 | 1001011 | 100000 | 101101 |
Color Harmonies of #84964D
Complementary color
Monochromatic Colors of #84964D
Black with #84964D
Text Example
Text Example
White with #84964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84964D; }
p { color: rgb(132,150,77); }
H1.HeaderClassName
{
color: #84964D;
}
.AnyTagClassName
{
color: #84964D;
}
</style>
background-color css
<style>
a { background-color: #84964D; }
a { background-color: rgb(132,150,77); }
div.DivClassName
{
background-color: #84964D;
}
.BgClassName
{
background-color: #84964D;
}
</style>
border-color css
<style>
span { border-color: #84964D; }
span { border-color: rgb(132,150,77); }
td.TdClassName
{
border-color: #84964D;
}
.TagClassName
{
border-color: #84964D;
}
</style>