Shades of Wasabi #84932C
Tints of Wasabi #84932C
RGB
CMYK
RGB Variations
Color information
#84932C (or 0x84932C) is known color: Wasabi. HEX triplet: 84, 93 and 2C. RGB value is (132,147,44). Sum of RGB (Red+Green+Blue) = 132+147+44=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 147 - color contains mainly: green. Hex color #84932C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84932C is #7B6CD3. Grayscale: #838383. Windows color (decimal): -8088788 or 2921348. OLE color: 2921348.
HSL color Cylindrical-coordinate representation of color #84932C: hue angle of 68.74º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84932C is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 147 | 44 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.42 |
| HSL | 68.74º | 0.54% | 0.37% | - |
| HSV(B) | 68.74º | 0.7% | 0.58% | - |
| XYZ | 20.4 | 25.95 | 6.32 | - |
| YUV | 130.77 | 79.03 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 147 | 44 | 0.10 | 0 | 0.70 | 0.42 | 68.74 | 0.54 | 0.37 |
| Hex | 84 | 93 | 2C | A | 0 | 46 | 2A | 45 | 36 | 25 |
| Octal | 204 | 223 | 54 | 12 | 0 | 106 | 52 | 105 | 66 | 45 |
| Binary | 10000100 | 10010011 | 101100 | 1010 | 0 | 1000110 | 101010 | 1000101 | 110110 | 100101 |
Color Harmonies of #84932C
Complementary color
Monochromatic Colors of #84932C
Black with #84932C
Text Example
Text Example
White with #84932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84932C; }
p { color: rgb(132,147,44); }
H1.HeaderClassName
{
color: #84932C;
}
.AnyTagClassName
{
color: #84932C;
}
</style>
background-color css
<style>
a { background-color: #84932C; }
a { background-color: rgb(132,147,44); }
div.DivClassName
{
background-color: #84932C;
}
.BgClassName
{
background-color: #84932C;
}
</style>
border-color css
<style>
span { border-color: #84932C; }
span { border-color: rgb(132,147,44); }
td.TdClassName
{
border-color: #84932C;
}
.TagClassName
{
border-color: #84932C;
}
</style>