Shades of Wasabi #848D4A
Tints of Wasabi #848D4A
RGB
CMYK
RGB Variations
Color information
#848D4A (or 0x848D4A) is known color: Wasabi. HEX triplet: 84, 8D and 4A. RGB value is (132,141,74). Sum of RGB (Red+Green+Blue) = 132+141+74=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 141 - color contains mainly: green. Hex color #848D4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848D4A is #7B72B5. Grayscale: #828282. Windows color (decimal): -8090294 or 4885892. OLE color: 4885892.
HSL color Cylindrical-coordinate representation of color #848D4A: hue angle of 68.06º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #848D4A is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 141 | 74 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.45 |
| HSL | 68.06º | 0.31% | 0.42% | - |
| HSV(B) | 68.06º | 0.48% | 0.55% | - |
| XYZ | 20.28 | 24.45 | 10.13 | - |
| YUV | 130.67 | 96.02 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 141 | 74 | 0.06 | 0 | 0.48 | 0.45 | 68.06 | 0.31 | 0.42 |
| Hex | 84 | 8D | 4A | 6 | 0 | 30 | 2D | 44 | 1F | 2A |
| Octal | 204 | 215 | 112 | 6 | 0 | 60 | 55 | 104 | 37 | 52 |
| Binary | 10000100 | 10001101 | 1001010 | 110 | 0 | 110000 | 101101 | 1000100 | 11111 | 101010 |
Color Harmonies of #848D4A
Complementary color
Monochromatic Colors of #848D4A
Black with #848D4A
Text Example
Text Example
White with #848D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848D4A; }
p { color: rgb(132,141,74); }
H1.HeaderClassName
{
color: #848D4A;
}
.AnyTagClassName
{
color: #848D4A;
}
</style>
background-color css
<style>
a { background-color: #848D4A; }
a { background-color: rgb(132,141,74); }
div.DivClassName
{
background-color: #848D4A;
}
.BgClassName
{
background-color: #848D4A;
}
</style>
border-color css
<style>
span { border-color: #848D4A; }
span { border-color: rgb(132,141,74); }
td.TdClassName
{
border-color: #848D4A;
}
.TagClassName
{
border-color: #848D4A;
}
</style>