Shades of Wasabi #848E51
Tints of Wasabi #848E51
RGB
CMYK
RGB Variations
Color information
#848E51 (or 0x848E51) is known color: Wasabi. HEX triplet: 84, 8E and 51. RGB value is (132,142,81). Sum of RGB (Red+Green+Blue) = 132+142+81=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 142 - color contains mainly: green. Hex color #848E51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848E51 is #7B71AE. Grayscale: #848484. Windows color (decimal): -8090031 or 5344900. OLE color: 5344900.
HSL color Cylindrical-coordinate representation of color #848E51: hue angle of 69.84º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #848E51 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 142 | 81 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.44 |
| HSL | 69.84º | 0.27% | 0.44% | - |
| HSV(B) | 69.84º | 0.43% | 0.56% | - |
| XYZ | 20.67 | 24.85 | 11.49 | - |
| YUV | 132.06 | 99.19 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 142 | 81 | 0.07 | 0 | 0.43 | 0.44 | 69.84 | 0.27 | 0.44 |
| Hex | 84 | 8E | 51 | 7 | 0 | 2B | 2C | 46 | 1B | 2C |
| Octal | 204 | 216 | 121 | 7 | 0 | 53 | 54 | 106 | 33 | 54 |
| Binary | 10000100 | 10001110 | 1010001 | 111 | 0 | 101011 | 101100 | 1000110 | 11011 | 101100 |
Color Harmonies of #848E51
Complementary color
Monochromatic Colors of #848E51
Black with #848E51
Text Example
Text Example
White with #848E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848E51; }
p { color: rgb(132,142,81); }
H1.HeaderClassName
{
color: #848E51;
}
.AnyTagClassName
{
color: #848E51;
}
</style>
background-color css
<style>
a { background-color: #848E51; }
a { background-color: rgb(132,142,81); }
div.DivClassName
{
background-color: #848E51;
}
.BgClassName
{
background-color: #848E51;
}
</style>
border-color css
<style>
span { border-color: #848E51; }
span { border-color: rgb(132,142,81); }
td.TdClassName
{
border-color: #848E51;
}
.TagClassName
{
border-color: #848E51;
}
</style>