Shades of Wasabi #84992E
Tints of Wasabi #84992E
RGB
CMYK
RGB Variations
Color information
#84992E (or 0x84992E) is known color: Wasabi. HEX triplet: 84, 99 and 2E. RGB value is (132,153,46). Sum of RGB (Red+Green+Blue) = 132+153+46=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #84992E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84992E is #7B66D1. Grayscale: #868686. Windows color (decimal): -8087250 or 3053956. OLE color: 3053956.
HSL color Cylindrical-coordinate representation of color #84992E: hue angle of 71.78º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84992E is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 153 | 46 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.4 |
| HSL | 71.78º | 0.54% | 0.39% | - |
| HSV(B) | 71.78º | 0.7% | 0.6% | - |
| XYZ | 21.4 | 27.89 | 6.84 | - |
| YUV | 134.52 | 78.04 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 153 | 46 | 0.14 | 0 | 0.70 | 0.4 | 71.78 | 0.54 | 0.39 |
| Hex | 84 | 99 | 2E | E | 0 | 46 | 28 | 48 | 36 | 27 |
| Octal | 204 | 231 | 56 | 16 | 0 | 106 | 50 | 110 | 66 | 47 |
| Binary | 10000100 | 10011001 | 101110 | 1110 | 0 | 1000110 | 101000 | 1001000 | 110110 | 100111 |
Color Harmonies of #84992E
Complementary color
Monochromatic Colors of #84992E
Black with #84992E
Text Example
Text Example
White with #84992E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84992E; }
p { color: rgb(132,153,46); }
H1.HeaderClassName
{
color: #84992E;
}
.AnyTagClassName
{
color: #84992E;
}
</style>
background-color css
<style>
a { background-color: #84992E; }
a { background-color: rgb(132,153,46); }
div.DivClassName
{
background-color: #84992E;
}
.BgClassName
{
background-color: #84992E;
}
</style>
border-color css
<style>
span { border-color: #84992E; }
span { border-color: rgb(132,153,46); }
td.TdClassName
{
border-color: #84992E;
}
.TagClassName
{
border-color: #84992E;
}
</style>