Shades of Wasabi #848F3A
Tints of Wasabi #848F3A
RGB
CMYK
RGB Variations
Color information
#848F3A (or 0x848F3A) is known color: Wasabi. HEX triplet: 84, 8F and 3A. RGB value is (132,143,58). Sum of RGB (Red+Green+Blue) = 132+143+58=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 143 - color contains mainly: green. Hex color #848F3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848F3A is #7B70C5. Grayscale: #828282. Windows color (decimal): -8089798 or 3837828. OLE color: 3837828.
HSL color Cylindrical-coordinate representation of color #848F3A: hue angle of 67.76º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #848F3A is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 143 | 58 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.44 |
| HSL | 67.76º | 0.42% | 0.39% | - |
| HSV(B) | 67.76º | 0.59% | 0.56% | - |
| XYZ | 20.1 | 24.86 | 7.74 | - |
| YUV | 130.02 | 87.36 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 143 | 58 | 0.08 | 0 | 0.59 | 0.44 | 67.76 | 0.42 | 0.39 |
| Hex | 84 | 8F | 3A | 8 | 0 | 3B | 2C | 44 | 2A | 27 |
| Octal | 204 | 217 | 72 | 10 | 0 | 73 | 54 | 104 | 52 | 47 |
| Binary | 10000100 | 10001111 | 111010 | 1000 | 0 | 111011 | 101100 | 1000100 | 101010 | 100111 |
Color Harmonies of #848F3A
Complementary color
Monochromatic Colors of #848F3A
Black with #848F3A
Text Example
Text Example
White with #848F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848F3A; }
p { color: rgb(132,143,58); }
H1.HeaderClassName
{
color: #848F3A;
}
.AnyTagClassName
{
color: #848F3A;
}
</style>
background-color css
<style>
a { background-color: #848F3A; }
a { background-color: rgb(132,143,58); }
div.DivClassName
{
background-color: #848F3A;
}
.BgClassName
{
background-color: #848F3A;
}
</style>
border-color css
<style>
span { border-color: #848F3A; }
span { border-color: rgb(132,143,58); }
td.TdClassName
{
border-color: #848F3A;
}
.TagClassName
{
border-color: #848F3A;
}
</style>