Shades of Wasabi #849945
Tints of Wasabi #849945
RGB
CMYK
RGB Variations
Color information
#849945 (or 0x849945) is known color: Wasabi. HEX triplet: 84, 99 and 45. RGB value is (132,153,69). Sum of RGB (Red+Green+Blue) = 132+153+69=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 153 - color contains mainly: green. Hex color #849945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849945 is #7B66BA. Grayscale: #898989. Windows color (decimal): -8087227 or 4561284. OLE color: 4561284.
HSL color Cylindrical-coordinate representation of color #849945: hue angle of 75º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #849945 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 153 | 69 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.4 |
| HSL | 75º | 0.38% | 0.44% | - |
| HSV(B) | 75º | 0.55% | 0.6% | - |
| XYZ | 21.98 | 28.12 | 9.9 | - |
| YUV | 137.15 | 89.54 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 153 | 69 | 0.14 | 0 | 0.55 | 0.4 | 75 | 0.38 | 0.44 |
| Hex | 84 | 99 | 45 | E | 0 | 37 | 28 | 4B | 26 | 2C |
| Octal | 204 | 231 | 105 | 16 | 0 | 67 | 50 | 113 | 46 | 54 |
| Binary | 10000100 | 10011001 | 1000101 | 1110 | 0 | 110111 | 101000 | 1001011 | 100110 | 101100 |
Color Harmonies of #849945
Complementary color
Monochromatic Colors of #849945
Black with #849945
Text Example
Text Example
White with #849945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849945; }
p { color: rgb(132,153,69); }
H1.HeaderClassName
{
color: #849945;
}
.AnyTagClassName
{
color: #849945;
}
</style>
background-color css
<style>
a { background-color: #849945; }
a { background-color: rgb(132,153,69); }
div.DivClassName
{
background-color: #849945;
}
.BgClassName
{
background-color: #849945;
}
</style>
border-color css
<style>
span { border-color: #849945; }
span { border-color: rgb(132,153,69); }
td.TdClassName
{
border-color: #849945;
}
.TagClassName
{
border-color: #849945;
}
</style>