Shades of Wasabi #849150
Tints of Wasabi #849150
RGB
CMYK
RGB Variations
Color information
#849150 (or 0x849150) is known color: Wasabi. HEX triplet: 84, 91 and 50. RGB value is (132,145,80). Sum of RGB (Red+Green+Blue) = 132+145+80=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 145 - color contains mainly: green. Hex color #849150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849150 is #7B6EAF. Grayscale: #858585. Windows color (decimal): -8089264 or 5280132. OLE color: 5280132.
HSL color Cylindrical-coordinate representation of color #849150: hue angle of 72º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #849150 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 145 | 80 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.43 |
| HSL | 72º | 0.29% | 0.44% | - |
| HSV(B) | 72º | 0.45% | 0.57% | - |
| XYZ | 21.09 | 25.74 | 11.45 | - |
| YUV | 133.7 | 97.69 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 145 | 80 | 0.09 | 0 | 0.45 | 0.43 | 72 | 0.29 | 0.44 |
| Hex | 84 | 91 | 50 | 9 | 0 | 2D | 2B | 48 | 1D | 2C |
| Octal | 204 | 221 | 120 | 11 | 0 | 55 | 53 | 110 | 35 | 54 |
| Binary | 10000100 | 10010001 | 1010000 | 1001 | 0 | 101101 | 101011 | 1001000 | 11101 | 101100 |
Color Harmonies of #849150
Complementary color
Monochromatic Colors of #849150
Black with #849150
Text Example
Text Example
White with #849150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849150; }
p { color: rgb(132,145,80); }
H1.HeaderClassName
{
color: #849150;
}
.AnyTagClassName
{
color: #849150;
}
</style>
background-color css
<style>
a { background-color: #849150; }
a { background-color: rgb(132,145,80); }
div.DivClassName
{
background-color: #849150;
}
.BgClassName
{
background-color: #849150;
}
</style>
border-color css
<style>
span { border-color: #849150; }
span { border-color: rgb(132,145,80); }
td.TdClassName
{
border-color: #849150;
}
.TagClassName
{
border-color: #849150;
}
</style>