Shades of Wasabi #84933F
Tints of Wasabi #84933F
RGB
CMYK
RGB Variations
Color information
#84933F (or 0x84933F) is known color: Wasabi. HEX triplet: 84, 93 and 3F. RGB value is (132,147,63). Sum of RGB (Red+Green+Blue) = 132+147+63=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #84933F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84933F is #7B6CC0. Grayscale: #858585. Windows color (decimal): -8088769 or 4166532. OLE color: 4166532.
HSL color Cylindrical-coordinate representation of color #84933F: hue angle of 70.71º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84933F is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 147 | 63 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.42 |
| HSL | 70.71º | 0.4% | 0.41% | - |
| HSV(B) | 70.71º | 0.57% | 0.58% | - |
| XYZ | 20.85 | 26.13 | 8.65 | - |
| YUV | 132.94 | 88.53 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 147 | 63 | 0.10 | 0 | 0.57 | 0.42 | 70.71 | 0.4 | 0.41 |
| Hex | 84 | 93 | 3F | A | 0 | 39 | 2A | 47 | 28 | 29 |
| Octal | 204 | 223 | 77 | 12 | 0 | 71 | 52 | 107 | 50 | 51 |
| Binary | 10000100 | 10010011 | 111111 | 1010 | 0 | 111001 | 101010 | 1000111 | 101000 | 101001 |
Color Harmonies of #84933F
Complementary color
Monochromatic Colors of #84933F
Black with #84933F
Text Example
Text Example
White with #84933F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84933F; }
p { color: rgb(132,147,63); }
H1.HeaderClassName
{
color: #84933F;
}
.AnyTagClassName
{
color: #84933F;
}
</style>
background-color css
<style>
a { background-color: #84933F; }
a { background-color: rgb(132,147,63); }
div.DivClassName
{
background-color: #84933F;
}
.BgClassName
{
background-color: #84933F;
}
</style>
border-color css
<style>
span { border-color: #84933F; }
span { border-color: rgb(132,147,63); }
td.TdClassName
{
border-color: #84933F;
}
.TagClassName
{
border-color: #84933F;
}
</style>