Shades of Wasabi #848C45
Tints of Wasabi #848C45
RGB
CMYK
RGB Variations
Color information
#848C45 (or 0x848C45) is known color: Wasabi. HEX triplet: 84, 8C and 45. RGB value is (132,140,69). Sum of RGB (Red+Green+Blue) = 132+140+69=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 140 - color contains mainly: green. Hex color #848C45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848C45 is #7B73BA. Grayscale: #818181. Windows color (decimal): -8090555 or 4557956. OLE color: 4557956.
HSL color Cylindrical-coordinate representation of color #848C45: hue angle of 66.76º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #848C45 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 140 | 69 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.45 |
| HSL | 66.76º | 0.34% | 0.41% | - |
| HSV(B) | 66.76º | 0.51% | 0.55% | - |
| XYZ | 19.97 | 24.09 | 9.23 | - |
| YUV | 129.51 | 93.85 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 140 | 69 | 0.06 | 0 | 0.51 | 0.45 | 66.76 | 0.34 | 0.41 |
| Hex | 84 | 8C | 45 | 6 | 0 | 33 | 2D | 43 | 22 | 29 |
| Octal | 204 | 214 | 105 | 6 | 0 | 63 | 55 | 103 | 42 | 51 |
| Binary | 10000100 | 10001100 | 1000101 | 110 | 0 | 110011 | 101101 | 1000011 | 100010 | 101001 |
Color Harmonies of #848C45
Complementary color
Monochromatic Colors of #848C45
Black with #848C45
Text Example
Text Example
White with #848C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848C45; }
p { color: rgb(132,140,69); }
H1.HeaderClassName
{
color: #848C45;
}
.AnyTagClassName
{
color: #848C45;
}
</style>
background-color css
<style>
a { background-color: #848C45; }
a { background-color: rgb(132,140,69); }
div.DivClassName
{
background-color: #848C45;
}
.BgClassName
{
background-color: #848C45;
}
</style>
border-color css
<style>
span { border-color: #848C45; }
span { border-color: rgb(132,140,69); }
td.TdClassName
{
border-color: #848C45;
}
.TagClassName
{
border-color: #848C45;
}
</style>