Shades of Wasabi #848E32
Tints of Wasabi #848E32
RGB
CMYK
RGB Variations
Color information
#848E32 (or 0x848E32) is known color: Wasabi. HEX triplet: 84, 8E and 32. RGB value is (132,142,50). Sum of RGB (Red+Green+Blue) = 132+142+50=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 142 (55.86% from 255 or 43.83% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 142 - color contains mainly: green. Hex color #848E32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848E32 is #7B71CD. Grayscale: #808080. Windows color (decimal): -8090062 or 3313284. OLE color: 3313284.
HSL color Cylindrical-coordinate representation of color #848E32: hue angle of 66.52º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #848E32 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 142 | 50 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.44 |
| HSL | 66.52º | 0.48% | 0.38% | - |
| HSV(B) | 66.52º | 0.65% | 0.56% | - |
| XYZ | 19.76 | 24.48 | 6.7 | - |
| YUV | 128.52 | 83.69 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 142 | 50 | 0.07 | 0 | 0.65 | 0.44 | 66.52 | 0.48 | 0.38 |
| Hex | 84 | 8E | 32 | 7 | 0 | 41 | 2C | 43 | 30 | 26 |
| Octal | 204 | 216 | 62 | 7 | 0 | 101 | 54 | 103 | 60 | 46 |
| Binary | 10000100 | 10001110 | 110010 | 111 | 0 | 1000001 | 101100 | 1000011 | 110000 | 100110 |
Color Harmonies of #848E32
Complementary color
Monochromatic Colors of #848E32
Black with #848E32
Text Example
Text Example
White with #848E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848E32; }
p { color: rgb(132,142,50); }
H1.HeaderClassName
{
color: #848E32;
}
.AnyTagClassName
{
color: #848E32;
}
</style>
background-color css
<style>
a { background-color: #848E32; }
a { background-color: rgb(132,142,50); }
div.DivClassName
{
background-color: #848E32;
}
.BgClassName
{
background-color: #848E32;
}
</style>
border-color css
<style>
span { border-color: #848E32; }
span { border-color: rgb(132,142,50); }
td.TdClassName
{
border-color: #848E32;
}
.TagClassName
{
border-color: #848E32;
}
</style>