Shades of Wasabi #848C36
Tints of Wasabi #848C36
RGB
CMYK
RGB Variations
Color information
#848C36 (or 0x848C36) is known color: Wasabi. HEX triplet: 84, 8C and 36. RGB value is (132,140,54). Sum of RGB (Red+Green+Blue) = 132+140+54=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 140 - color contains mainly: green. Hex color #848C36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848C36 is #7B73C9. Grayscale: #808080. Windows color (decimal): -8090570 or 3574916. OLE color: 3574916.
HSL color Cylindrical-coordinate representation of color #848C36: hue angle of 65.58º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #848C36 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 140 | 54 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.45 |
| HSL | 65.58º | 0.44% | 0.38% | - |
| HSV(B) | 65.58º | 0.61% | 0.55% | - |
| XYZ | 19.56 | 23.93 | 7.08 | - |
| YUV | 127.8 | 86.35 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 140 | 54 | 0.06 | 0 | 0.61 | 0.45 | 65.58 | 0.44 | 0.38 |
| Hex | 84 | 8C | 36 | 6 | 0 | 3D | 2D | 42 | 2C | 26 |
| Octal | 204 | 214 | 66 | 6 | 0 | 75 | 55 | 102 | 54 | 46 |
| Binary | 10000100 | 10001100 | 110110 | 110 | 0 | 111101 | 101101 | 1000010 | 101100 | 100110 |
Color Harmonies of #848C36
Complementary color
Monochromatic Colors of #848C36
Black with #848C36
Text Example
Text Example
White with #848C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848C36; }
p { color: rgb(132,140,54); }
H1.HeaderClassName
{
color: #848C36;
}
.AnyTagClassName
{
color: #848C36;
}
</style>
background-color css
<style>
a { background-color: #848C36; }
a { background-color: rgb(132,140,54); }
div.DivClassName
{
background-color: #848C36;
}
.BgClassName
{
background-color: #848C36;
}
</style>
border-color css
<style>
span { border-color: #848C36; }
span { border-color: rgb(132,140,54); }
td.TdClassName
{
border-color: #848C36;
}
.TagClassName
{
border-color: #848C36;
}
</style>