Shades of Wasabi #84934C
Tints of Wasabi #84934C
RGB
CMYK
RGB Variations
Color information
#84934C (or 0x84934C) is known color: Wasabi. HEX triplet: 84, 93 and 4C. RGB value is (132,147,76). Sum of RGB (Red+Green+Blue) = 132+147+76=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 147 - color contains mainly: green. Hex color #84934C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84934C is #7B6CB3. Grayscale: #868686. Windows color (decimal): -8088756 or 5018500. OLE color: 5018500.
HSL color Cylindrical-coordinate representation of color #84934C: hue angle of 72.68º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84934C is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 147 | 76 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.42 |
| HSL | 72.68º | 0.32% | 0.44% | - |
| HSV(B) | 72.68º | 0.48% | 0.58% | - |
| XYZ | 21.25 | 26.29 | 10.79 | - |
| YUV | 134.42 | 95.03 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 147 | 76 | 0.10 | 0 | 0.48 | 0.42 | 72.68 | 0.32 | 0.44 |
| Hex | 84 | 93 | 4C | A | 0 | 30 | 2A | 49 | 20 | 2C |
| Octal | 204 | 223 | 114 | 12 | 0 | 60 | 52 | 111 | 40 | 54 |
| Binary | 10000100 | 10010011 | 1001100 | 1010 | 0 | 110000 | 101010 | 1001001 | 100000 | 101100 |
Color Harmonies of #84934C
Complementary color
Monochromatic Colors of #84934C
Black with #84934C
Text Example
Text Example
White with #84934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84934C; }
p { color: rgb(132,147,76); }
H1.HeaderClassName
{
color: #84934C;
}
.AnyTagClassName
{
color: #84934C;
}
</style>
background-color css
<style>
a { background-color: #84934C; }
a { background-color: rgb(132,147,76); }
div.DivClassName
{
background-color: #84934C;
}
.BgClassName
{
background-color: #84934C;
}
</style>
border-color css
<style>
span { border-color: #84934C; }
span { border-color: rgb(132,147,76); }
td.TdClassName
{
border-color: #84934C;
}
.TagClassName
{
border-color: #84934C;
}
</style>