Shades of Wasabi #84973F
Tints of Wasabi #84973F
RGB
CMYK
RGB Variations
Color information
#84973F (or 0x84973F) is known color: Wasabi. HEX triplet: 84, 97 and 3F. RGB value is (132,151,63). Sum of RGB (Red+Green+Blue) = 132+151+63=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 151 - color contains mainly: green. Hex color #84973F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84973F is #7B68C0. Grayscale: #878787. Windows color (decimal): -8087745 or 4167556. OLE color: 4167556.
HSL color Cylindrical-coordinate representation of color #84973F: hue angle of 72.95º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84973F is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 151 | 63 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.41 |
| HSL | 72.95º | 0.41% | 0.42% | - |
| HSV(B) | 72.95º | 0.58% | 0.59% | - |
| XYZ | 21.48 | 27.4 | 8.86 | - |
| YUV | 135.29 | 87.21 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 151 | 63 | 0.13 | 0 | 0.58 | 0.41 | 72.95 | 0.41 | 0.42 |
| Hex | 84 | 97 | 3F | D | 0 | 3A | 29 | 49 | 29 | 2A |
| Octal | 204 | 227 | 77 | 15 | 0 | 72 | 51 | 111 | 51 | 52 |
| Binary | 10000100 | 10010111 | 111111 | 1101 | 0 | 111010 | 101001 | 1001001 | 101001 | 101010 |
Color Harmonies of #84973F
Complementary color
Monochromatic Colors of #84973F
Black with #84973F
Text Example
Text Example
White with #84973F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84973F; }
p { color: rgb(132,151,63); }
H1.HeaderClassName
{
color: #84973F;
}
.AnyTagClassName
{
color: #84973F;
}
</style>
background-color css
<style>
a { background-color: #84973F; }
a { background-color: rgb(132,151,63); }
div.DivClassName
{
background-color: #84973F;
}
.BgClassName
{
background-color: #84973F;
}
</style>
border-color css
<style>
span { border-color: #84973F; }
span { border-color: rgb(132,151,63); }
td.TdClassName
{
border-color: #84973F;
}
.TagClassName
{
border-color: #84973F;
}
</style>