Shades of Wasabi #848B39
Tints of Wasabi #848B39
RGB
CMYK
RGB Variations
Color information
#848B39 (or 0x848B39) is known color: Wasabi. HEX triplet: 84, 8B and 39. RGB value is (132,139,57). Sum of RGB (Red+Green+Blue) = 132+139+57=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 57 (22.66% from 255 or 17.38% from 328); Max value from RGB is 139 - color contains mainly: green. Hex color #848B39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848B39 is #7B74C6. Grayscale: #7F7F7F. Windows color (decimal): -8090823 or 3771268. OLE color: 3771268.
HSL color Cylindrical-coordinate representation of color #848B39: hue angle of 65.12º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #848B39 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 139 | 57 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.45 |
| HSL | 65.12º | 0.42% | 0.38% | - |
| HSV(B) | 65.12º | 0.59% | 0.55% | - |
| XYZ | 19.49 | 23.67 | 7.41 | - |
| YUV | 127.56 | 88.18 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 139 | 57 | 0.05 | 0 | 0.59 | 0.45 | 65.12 | 0.42 | 0.38 |
| Hex | 84 | 8B | 39 | 5 | 0 | 3B | 2D | 41 | 2A | 26 |
| Octal | 204 | 213 | 71 | 5 | 0 | 73 | 55 | 101 | 52 | 46 |
| Binary | 10000100 | 10001011 | 111001 | 101 | 0 | 111011 | 101101 | 1000001 | 101010 | 100110 |
Color Harmonies of #848B39
Complementary color
Monochromatic Colors of #848B39
Black with #848B39
Text Example
Text Example
White with #848B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848B39; }
p { color: rgb(132,139,57); }
H1.HeaderClassName
{
color: #848B39;
}
.AnyTagClassName
{
color: #848B39;
}
</style>
background-color css
<style>
a { background-color: #848B39; }
a { background-color: rgb(132,139,57); }
div.DivClassName
{
background-color: #848B39;
}
.BgClassName
{
background-color: #848B39;
}
</style>
border-color css
<style>
span { border-color: #848B39; }
span { border-color: rgb(132,139,57); }
td.TdClassName
{
border-color: #848B39;
}
.TagClassName
{
border-color: #848B39;
}
</style>