Shades of Wasabi #848E48
Tints of Wasabi #848E48
RGB
CMYK
RGB Variations
Color information
#848E48 (or 0x848E48) is known color: Wasabi. HEX triplet: 84, 8E and 48. RGB value is (132,142,72). Sum of RGB (Red+Green+Blue) = 132+142+72=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 142 - color contains mainly: green. Hex color #848E48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848E48 is #7B71B7. Grayscale: #838383. Windows color (decimal): -8090040 or 4755076. OLE color: 4755076.
HSL color Cylindrical-coordinate representation of color #848E48: hue angle of 68.57º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #848E48 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 142 | 72 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.44 |
| HSL | 68.57º | 0.33% | 0.42% | - |
| HSV(B) | 68.57º | 0.49% | 0.56% | - |
| XYZ | 20.36 | 24.72 | 9.83 | - |
| YUV | 131.03 | 94.69 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 142 | 72 | 0.07 | 0 | 0.49 | 0.44 | 68.57 | 0.33 | 0.42 |
| Hex | 84 | 8E | 48 | 7 | 0 | 31 | 2C | 45 | 21 | 2A |
| Octal | 204 | 216 | 110 | 7 | 0 | 61 | 54 | 105 | 41 | 52 |
| Binary | 10000100 | 10001110 | 1001000 | 111 | 0 | 110001 | 101100 | 1000101 | 100001 | 101010 |
Color Harmonies of #848E48
Complementary color
Monochromatic Colors of #848E48
Black with #848E48
Text Example
Text Example
White with #848E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848E48; }
p { color: rgb(132,142,72); }
H1.HeaderClassName
{
color: #848E48;
}
.AnyTagClassName
{
color: #848E48;
}
</style>
background-color css
<style>
a { background-color: #848E48; }
a { background-color: rgb(132,142,72); }
div.DivClassName
{
background-color: #848E48;
}
.BgClassName
{
background-color: #848E48;
}
</style>
border-color css
<style>
span { border-color: #848E48; }
span { border-color: rgb(132,142,72); }
td.TdClassName
{
border-color: #848E48;
}
.TagClassName
{
border-color: #848E48;
}
</style>