Shades of Wasabi #84994A
Tints of Wasabi #84994A
RGB
CMYK
RGB Variations
Color information
#84994A (or 0x84994A) is known color: Wasabi. HEX triplet: 84, 99 and 4A. RGB value is (132,153,74). Sum of RGB (Red+Green+Blue) = 132+153+74=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #84994A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84994A is #7B66B5. Grayscale: #8A8A8A. Windows color (decimal): -8087222 or 4888964. OLE color: 4888964.
HSL color Cylindrical-coordinate representation of color #84994A: hue angle of 75.95º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84994A is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 153 | 74 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.4 |
| HSL | 75.95º | 0.35% | 0.45% | - |
| HSV(B) | 75.95º | 0.52% | 0.6% | - |
| XYZ | 22.14 | 28.18 | 10.75 | - |
| YUV | 137.72 | 92.04 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 153 | 74 | 0.14 | 0 | 0.52 | 0.4 | 75.95 | 0.35 | 0.45 |
| Hex | 84 | 99 | 4A | E | 0 | 34 | 28 | 4C | 23 | 2D |
| Octal | 204 | 231 | 112 | 16 | 0 | 64 | 50 | 114 | 43 | 55 |
| Binary | 10000100 | 10011001 | 1001010 | 1110 | 0 | 110100 | 101000 | 1001100 | 100011 | 101101 |
Color Harmonies of #84994A
Complementary color
Monochromatic Colors of #84994A
Black with #84994A
Text Example
Text Example
White with #84994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84994A; }
p { color: rgb(132,153,74); }
H1.HeaderClassName
{
color: #84994A;
}
.AnyTagClassName
{
color: #84994A;
}
</style>
background-color css
<style>
a { background-color: #84994A; }
a { background-color: rgb(132,153,74); }
div.DivClassName
{
background-color: #84994A;
}
.BgClassName
{
background-color: #84994A;
}
</style>
border-color css
<style>
span { border-color: #84994A; }
span { border-color: rgb(132,153,74); }
td.TdClassName
{
border-color: #84994A;
}
.TagClassName
{
border-color: #84994A;
}
</style>