Shades of Wasabi #849C43
Tints of Wasabi #849C43
RGB
CMYK
RGB Variations
Color information
#849C43 (or 0x849C43) is known color: Wasabi. HEX triplet: 84, 9C and 43. RGB value is (132,156,67). Sum of RGB (Red+Green+Blue) = 132+156+67=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 156 - color contains mainly: green. Hex color #849C43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849C43 is #7B63BC. Grayscale: #8B8B8B. Windows color (decimal): -8086461 or 4430980. OLE color: 4430980.
HSL color Cylindrical-coordinate representation of color #849C43: hue angle of 76.18º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #849C43 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 156 | 67 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.39 |
| HSL | 76.18º | 0.4% | 0.44% | - |
| HSV(B) | 76.18º | 0.57% | 0.61% | - |
| XYZ | 22.42 | 29.09 | 9.74 | - |
| YUV | 138.68 | 87.55 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 67 | 0.15 | 0 | 0.57 | 0.39 | 76.18 | 0.4 | 0.44 |
| Hex | 84 | 9C | 43 | F | 0 | 39 | 27 | 4C | 28 | 2C |
| Octal | 204 | 234 | 103 | 17 | 0 | 71 | 47 | 114 | 50 | 54 |
| Binary | 10000100 | 10011100 | 1000011 | 1111 | 0 | 111001 | 100111 | 1001100 | 101000 | 101100 |
Color Harmonies of #849C43
Complementary color
Monochromatic Colors of #849C43
Black with #849C43
Text Example
Text Example
White with #849C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849C43; }
p { color: rgb(132,156,67); }
H1.HeaderClassName
{
color: #849C43;
}
.AnyTagClassName
{
color: #849C43;
}
</style>
background-color css
<style>
a { background-color: #849C43; }
a { background-color: rgb(132,156,67); }
div.DivClassName
{
background-color: #849C43;
}
.BgClassName
{
background-color: #849C43;
}
</style>
border-color css
<style>
span { border-color: #849C43; }
span { border-color: rgb(132,156,67); }
td.TdClassName
{
border-color: #849C43;
}
.TagClassName
{
border-color: #849C43;
}
</style>