Shades of Wasabi #848C47
Tints of Wasabi #848C47
RGB
CMYK
RGB Variations
Color information
#848C47 (or 0x848C47) is known color: Wasabi. HEX triplet: 84, 8C and 47. RGB value is (132,140,71). Sum of RGB (Red+Green+Blue) = 132+140+71=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 140 - color contains mainly: green. Hex color #848C47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848C47 is #7B73B8. Grayscale: #828282. Windows color (decimal): -8090553 or 4689028. OLE color: 4689028.
HSL color Cylindrical-coordinate representation of color #848C47: hue angle of 66.96º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #848C47 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 140 | 71 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.45 |
| HSL | 66.96º | 0.33% | 0.41% | - |
| HSV(B) | 66.96º | 0.49% | 0.55% | - |
| XYZ | 20.03 | 24.12 | 9.56 | - |
| YUV | 129.74 | 94.85 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 140 | 71 | 0.06 | 0 | 0.49 | 0.45 | 66.96 | 0.33 | 0.41 |
| Hex | 84 | 8C | 47 | 6 | 0 | 31 | 2D | 43 | 21 | 29 |
| Octal | 204 | 214 | 107 | 6 | 0 | 61 | 55 | 103 | 41 | 51 |
| Binary | 10000100 | 10001100 | 1000111 | 110 | 0 | 110001 | 101101 | 1000011 | 100001 | 101001 |
Color Harmonies of #848C47
Complementary color
Monochromatic Colors of #848C47
Black with #848C47
Text Example
Text Example
White with #848C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848C47; }
p { color: rgb(132,140,71); }
H1.HeaderClassName
{
color: #848C47;
}
.AnyTagClassName
{
color: #848C47;
}
</style>
background-color css
<style>
a { background-color: #848C47; }
a { background-color: rgb(132,140,71); }
div.DivClassName
{
background-color: #848C47;
}
.BgClassName
{
background-color: #848C47;
}
</style>
border-color css
<style>
span { border-color: #848C47; }
span { border-color: rgb(132,140,71); }
td.TdClassName
{
border-color: #848C47;
}
.TagClassName
{
border-color: #848C47;
}
</style>