Shades of Wasabi #848C39
Tints of Wasabi #848C39
RGB
CMYK
RGB Variations
Color information
#848C39 (or 0x848C39) is known color: Wasabi. HEX triplet: 84, 8C and 39. RGB value is (132,140,57). Sum of RGB (Red+Green+Blue) = 132+140+57=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 140 - color contains mainly: green. Hex color #848C39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848C39 is #7B73C6. Grayscale: #808080. Windows color (decimal): -8090567 or 3771524. OLE color: 3771524.
HSL color Cylindrical-coordinate representation of color #848C39: hue angle of 65.78º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #848C39 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 140 | 57 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.45 |
| HSL | 65.78º | 0.42% | 0.39% | - |
| HSV(B) | 65.78º | 0.59% | 0.55% | - |
| XYZ | 19.63 | 23.96 | 7.46 | - |
| YUV | 128.15 | 87.85 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 140 | 57 | 0.06 | 0 | 0.59 | 0.45 | 65.78 | 0.42 | 0.39 |
| Hex | 84 | 8C | 39 | 6 | 0 | 3B | 2D | 42 | 2A | 27 |
| Octal | 204 | 214 | 71 | 6 | 0 | 73 | 55 | 102 | 52 | 47 |
| Binary | 10000100 | 10001100 | 111001 | 110 | 0 | 111011 | 101101 | 1000010 | 101010 | 100111 |
Color Harmonies of #848C39
Complementary color
Monochromatic Colors of #848C39
Black with #848C39
Text Example
Text Example
White with #848C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848C39; }
p { color: rgb(132,140,57); }
H1.HeaderClassName
{
color: #848C39;
}
.AnyTagClassName
{
color: #848C39;
}
</style>
background-color css
<style>
a { background-color: #848C39; }
a { background-color: rgb(132,140,57); }
div.DivClassName
{
background-color: #848C39;
}
.BgClassName
{
background-color: #848C39;
}
</style>
border-color css
<style>
span { border-color: #848C39; }
span { border-color: rgb(132,140,57); }
td.TdClassName
{
border-color: #848C39;
}
.TagClassName
{
border-color: #848C39;
}
</style>