Shades of Wasabi #848C41
Tints of Wasabi #848C41
RGB
CMYK
RGB Variations
Color information
#848C41 (or 0x848C41) is known color: Wasabi. HEX triplet: 84, 8C and 41. RGB value is (132,140,65). Sum of RGB (Red+Green+Blue) = 132+140+65=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 140 - color contains mainly: green. Hex color #848C41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848C41 is #7B73BE. Grayscale: #818181. Windows color (decimal): -8090559 or 4295812. OLE color: 4295812.
HSL color Cylindrical-coordinate representation of color #848C41: hue angle of 66.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #848C41 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 140 | 65 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.45 |
| HSL | 66.4º | 0.37% | 0.4% | - |
| HSV(B) | 66.4º | 0.54% | 0.55% | - |
| XYZ | 19.85 | 24.04 | 8.6 | - |
| YUV | 129.06 | 91.85 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 140 | 65 | 0.06 | 0 | 0.54 | 0.45 | 66.4 | 0.37 | 0.4 |
| Hex | 84 | 8C | 41 | 6 | 0 | 36 | 2D | 42 | 25 | 28 |
| Octal | 204 | 214 | 101 | 6 | 0 | 66 | 55 | 102 | 45 | 50 |
| Binary | 10000100 | 10001100 | 1000001 | 110 | 0 | 110110 | 101101 | 1000010 | 100101 | 101000 |
Color Harmonies of #848C41
Complementary color
Monochromatic Colors of #848C41
Black with #848C41
Text Example
Text Example
White with #848C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848C41; }
p { color: rgb(132,140,65); }
H1.HeaderClassName
{
color: #848C41;
}
.AnyTagClassName
{
color: #848C41;
}
</style>
background-color css
<style>
a { background-color: #848C41; }
a { background-color: rgb(132,140,65); }
div.DivClassName
{
background-color: #848C41;
}
.BgClassName
{
background-color: #848C41;
}
</style>
border-color css
<style>
span { border-color: #848C41; }
span { border-color: rgb(132,140,65); }
td.TdClassName
{
border-color: #848C41;
}
.TagClassName
{
border-color: #848C41;
}
</style>