Shades of Wasabi #849D3E
Tints of Wasabi #849D3E
RGB
CMYK
RGB Variations
Color information
#849D3E (or 0x849D3E) is known color: Wasabi. HEX triplet: 84, 9D and 3E. RGB value is (132,157,62). Sum of RGB (Red+Green+Blue) = 132+157+62=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 157 - color contains mainly: green. Hex color #849D3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849D3E is #7B62C1. Grayscale: #8B8B8B. Windows color (decimal): -8086210 or 4103556. OLE color: 4103556.
HSL color Cylindrical-coordinate representation of color #849D3E: hue angle of 75.79º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #849D3E is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 157 | 62 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.38 |
| HSL | 75.79º | 0.43% | 0.43% | - |
| HSV(B) | 75.79º | 0.61% | 0.62% | - |
| XYZ | 22.44 | 29.37 | 9.04 | - |
| YUV | 138.7 | 84.72 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 62 | 0.16 | 0 | 0.61 | 0.38 | 75.79 | 0.43 | 0.43 |
| Hex | 84 | 9D | 3E | 10 | 0 | 3D | 26 | 4C | 2B | 2B |
| Octal | 204 | 235 | 76 | 20 | 0 | 75 | 46 | 114 | 53 | 53 |
| Binary | 10000100 | 10011101 | 111110 | 10000 | 0 | 111101 | 100110 | 1001100 | 101011 | 101011 |
Color Harmonies of #849D3E
Complementary color
Monochromatic Colors of #849D3E
Black with #849D3E
Text Example
Text Example
White with #849D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849D3E; }
p { color: rgb(132,157,62); }
H1.HeaderClassName
{
color: #849D3E;
}
.AnyTagClassName
{
color: #849D3E;
}
</style>
background-color css
<style>
a { background-color: #849D3E; }
a { background-color: rgb(132,157,62); }
div.DivClassName
{
background-color: #849D3E;
}
.BgClassName
{
background-color: #849D3E;
}
</style>
border-color css
<style>
span { border-color: #849D3E; }
span { border-color: rgb(132,157,62); }
td.TdClassName
{
border-color: #849D3E;
}
.TagClassName
{
border-color: #849D3E;
}
</style>