Shades of Wasabi #848C3E
Tints of Wasabi #848C3E
RGB
CMYK
RGB Variations
Color information
#848C3E (or 0x848C3E) is known color: Wasabi. HEX triplet: 84, 8C and 3E. RGB value is (132,140,62). Sum of RGB (Red+Green+Blue) = 132+140+62=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 140 (55.08% from 255 or 41.92% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 140 - color contains mainly: green. Hex color #848C3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848C3E is #7B73C1. Grayscale: #818181. Windows color (decimal): -8090562 or 4099204. OLE color: 4099204.
HSL color Cylindrical-coordinate representation of color #848C3E: hue angle of 66.15º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #848C3E is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 140 | 62 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.45 |
| HSL | 66.15º | 0.39% | 0.4% | - |
| HSV(B) | 66.15º | 0.56% | 0.55% | - |
| XYZ | 19.76 | 24.01 | 8.15 | - |
| YUV | 128.72 | 90.35 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 140 | 62 | 0.06 | 0 | 0.56 | 0.45 | 66.15 | 0.39 | 0.4 |
| Hex | 84 | 8C | 3E | 6 | 0 | 38 | 2D | 42 | 27 | 28 |
| Octal | 204 | 214 | 76 | 6 | 0 | 70 | 55 | 102 | 47 | 50 |
| Binary | 10000100 | 10001100 | 111110 | 110 | 0 | 111000 | 101101 | 1000010 | 100111 | 101000 |
Color Harmonies of #848C3E
Complementary color
Monochromatic Colors of #848C3E
Black with #848C3E
Text Example
Text Example
White with #848C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848C3E; }
p { color: rgb(132,140,62); }
H1.HeaderClassName
{
color: #848C3E;
}
.AnyTagClassName
{
color: #848C3E;
}
</style>
background-color css
<style>
a { background-color: #848C3E; }
a { background-color: rgb(132,140,62); }
div.DivClassName
{
background-color: #848C3E;
}
.BgClassName
{
background-color: #848C3E;
}
</style>
border-color css
<style>
span { border-color: #848C3E; }
span { border-color: rgb(132,140,62); }
td.TdClassName
{
border-color: #848C3E;
}
.TagClassName
{
border-color: #848C3E;
}
</style>