Shades of Wasabi #84994B
Tints of Wasabi #84994B
RGB
CMYK
RGB Variations
Color information
#84994B (or 0x84994B) is known color: Wasabi. HEX triplet: 84, 99 and 4B. RGB value is (132,153,75). Sum of RGB (Red+Green+Blue) = 132+153+75=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 153 - color contains mainly: green. Hex color #84994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84994B is #7B66B4. Grayscale: #8A8A8A. Windows color (decimal): -8087221 or 4954500. OLE color: 4954500.
HSL color Cylindrical-coordinate representation of color #84994B: hue angle of 76.15º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #84994B is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 153 | 75 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.4 |
| HSL | 76.15º | 0.34% | 0.45% | - |
| HSV(B) | 76.15º | 0.51% | 0.6% | - |
| XYZ | 22.18 | 28.2 | 10.93 | - |
| YUV | 137.83 | 92.54 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 153 | 75 | 0.14 | 0 | 0.51 | 0.4 | 76.15 | 0.34 | 0.45 |
| Hex | 84 | 99 | 4B | E | 0 | 33 | 28 | 4C | 22 | 2D |
| Octal | 204 | 231 | 113 | 16 | 0 | 63 | 50 | 114 | 42 | 55 |
| Binary | 10000100 | 10011001 | 1001011 | 1110 | 0 | 110011 | 101000 | 1001100 | 100010 | 101101 |
Color Harmonies of #84994B
Complementary color
Monochromatic Colors of #84994B
Black with #84994B
Text Example
Text Example
White with #84994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84994B; }
p { color: rgb(132,153,75); }
H1.HeaderClassName
{
color: #84994B;
}
.AnyTagClassName
{
color: #84994B;
}
</style>
background-color css
<style>
a { background-color: #84994B; }
a { background-color: rgb(132,153,75); }
div.DivClassName
{
background-color: #84994B;
}
.BgClassName
{
background-color: #84994B;
}
</style>
border-color css
<style>
span { border-color: #84994B; }
span { border-color: rgb(132,153,75); }
td.TdClassName
{
border-color: #84994B;
}
.TagClassName
{
border-color: #84994B;
}
</style>