Shades of Wasabi #84984A
Tints of Wasabi #84984A
RGB
CMYK
RGB Variations
Color information
#84984A (or 0x84984A) is known color: Wasabi. HEX triplet: 84, 98 and 4A. RGB value is (132,152,74). Sum of RGB (Red+Green+Blue) = 132+152+74=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 152 - color contains mainly: green. Hex color #84984A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84984A is #7B67B5. Grayscale: #898989. Windows color (decimal): -8087478 or 4888708. OLE color: 4888708.
HSL color Cylindrical-coordinate representation of color #84984A: hue angle of 75.38º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #84984A is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 152 | 74 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.40 |
| HSL | 75.38º | 0.35% | 0.44% | - |
| HSV(B) | 75.38º | 0.51% | 0.6% | - |
| XYZ | 21.98 | 27.86 | 10.7 | - |
| YUV | 137.13 | 92.37 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 152 | 74 | 0.13 | 0 | 0.51 | 0.40 | 75.38 | 0.35 | 0.44 |
| Hex | 84 | 98 | 4A | D | 0 | 33 | 28 | 4B | 23 | 2C |
| Octal | 204 | 230 | 112 | 15 | 0 | 63 | 50 | 113 | 43 | 54 |
| Binary | 10000100 | 10011000 | 1001010 | 1101 | 0 | 110011 | 101000 | 1001011 | 100011 | 101100 |
Color Harmonies of #84984A
Complementary color
Monochromatic Colors of #84984A
Black with #84984A
Text Example
Text Example
White with #84984A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84984A; }
p { color: rgb(132,152,74); }
H1.HeaderClassName
{
color: #84984A;
}
.AnyTagClassName
{
color: #84984A;
}
</style>
background-color css
<style>
a { background-color: #84984A; }
a { background-color: rgb(132,152,74); }
div.DivClassName
{
background-color: #84984A;
}
.BgClassName
{
background-color: #84984A;
}
</style>
border-color css
<style>
span { border-color: #84984A; }
span { border-color: rgb(132,152,74); }
td.TdClassName
{
border-color: #84984A;
}
.TagClassName
{
border-color: #84984A;
}
</style>