Shades of Wasabi #84973A
Tints of Wasabi #84973A
RGB
CMYK
RGB Variations
Color information
#84973A (or 0x84973A) is known color: Wasabi. HEX triplet: 84, 97 and 3A. RGB value is (132,151,58). Sum of RGB (Red+Green+Blue) = 132+151+58=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 151 - color contains mainly: green. Hex color #84973A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84973A is #7B68C5. Grayscale: #878787. Windows color (decimal): -8087750 or 3839876. OLE color: 3839876.
HSL color Cylindrical-coordinate representation of color #84973A: hue angle of 72.26º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #84973A is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 151 | 58 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.41 |
| HSL | 72.26º | 0.44% | 0.41% | - |
| HSV(B) | 72.26º | 0.62% | 0.59% | - |
| XYZ | 21.35 | 27.34 | 8.16 | - |
| YUV | 134.72 | 84.71 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 151 | 58 | 0.13 | 0 | 0.62 | 0.41 | 72.26 | 0.44 | 0.41 |
| Hex | 84 | 97 | 3A | D | 0 | 3E | 29 | 48 | 2C | 29 |
| Octal | 204 | 227 | 72 | 15 | 0 | 76 | 51 | 110 | 54 | 51 |
| Binary | 10000100 | 10010111 | 111010 | 1101 | 0 | 111110 | 101001 | 1001000 | 101100 | 101001 |
Color Harmonies of #84973A
Complementary color
Monochromatic Colors of #84973A
Black with #84973A
Text Example
Text Example
White with #84973A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84973A; }
p { color: rgb(132,151,58); }
H1.HeaderClassName
{
color: #84973A;
}
.AnyTagClassName
{
color: #84973A;
}
</style>
background-color css
<style>
a { background-color: #84973A; }
a { background-color: rgb(132,151,58); }
div.DivClassName
{
background-color: #84973A;
}
.BgClassName
{
background-color: #84973A;
}
</style>
border-color css
<style>
span { border-color: #84973A; }
span { border-color: rgb(132,151,58); }
td.TdClassName
{
border-color: #84973A;
}
.TagClassName
{
border-color: #84973A;
}
</style>