Shades of Wasabi #848E2E
Tints of Wasabi #848E2E
RGB
CMYK
RGB Variations
Color information
#848E2E (or 0x848E2E) is known color: Wasabi. HEX triplet: 84, 8E and 2E. RGB value is (132,142,46). Sum of RGB (Red+Green+Blue) = 132+142+46=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 142 (55.86% from 255 or 44.38% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 142 - color contains mainly: green. Hex color #848E2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848E2E is #7B71D1. Grayscale: #808080. Windows color (decimal): -8090066 or 3051140. OLE color: 3051140.
HSL color Cylindrical-coordinate representation of color #848E2E: hue angle of 66.25º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #848E2E is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 142 | 46 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.44 |
| HSL | 66.25º | 0.51% | 0.37% | - |
| HSV(B) | 66.25º | 0.68% | 0.56% | - |
| XYZ | 19.68 | 24.45 | 6.27 | - |
| YUV | 128.07 | 81.69 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 142 | 46 | 0.07 | 0 | 0.68 | 0.44 | 66.25 | 0.51 | 0.37 |
| Hex | 84 | 8E | 2E | 7 | 0 | 44 | 2C | 42 | 33 | 25 |
| Octal | 204 | 216 | 56 | 7 | 0 | 104 | 54 | 102 | 63 | 45 |
| Binary | 10000100 | 10001110 | 101110 | 111 | 0 | 1000100 | 101100 | 1000010 | 110011 | 100101 |
Color Harmonies of #848E2E
Complementary color
Monochromatic Colors of #848E2E
Black with #848E2E
Text Example
Text Example
White with #848E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848E2E; }
p { color: rgb(132,142,46); }
H1.HeaderClassName
{
color: #848E2E;
}
.AnyTagClassName
{
color: #848E2E;
}
</style>
background-color css
<style>
a { background-color: #848E2E; }
a { background-color: rgb(132,142,46); }
div.DivClassName
{
background-color: #848E2E;
}
.BgClassName
{
background-color: #848E2E;
}
</style>
border-color css
<style>
span { border-color: #848E2E; }
span { border-color: rgb(132,142,46); }
td.TdClassName
{
border-color: #848E2E;
}
.TagClassName
{
border-color: #848E2E;
}
</style>