Shades of Wasabi #849030
Tints of Wasabi #849030
RGB
CMYK
RGB Variations
Color information
#849030 (or 0x849030) is known color: Wasabi. HEX triplet: 84, 90 and 30. RGB value is (132,144,48). Sum of RGB (Red+Green+Blue) = 132+144+48=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #849030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849030 is #7B6FCF. Grayscale: #818181. Windows color (decimal): -8089552 or 3182724. OLE color: 3182724.
HSL color Cylindrical-coordinate representation of color #849030: hue angle of 67.5º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #849030 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 144 | 48 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.44 |
| HSL | 67.5º | 0.5% | 0.38% | - |
| HSV(B) | 67.5º | 0.67% | 0.56% | - |
| XYZ | 20.02 | 25.07 | 6.58 | - |
| YUV | 129.47 | 82.02 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 144 | 48 | 0.08 | 0 | 0.67 | 0.44 | 67.5 | 0.5 | 0.38 |
| Hex | 84 | 90 | 30 | 8 | 0 | 43 | 2C | 44 | 32 | 26 |
| Octal | 204 | 220 | 60 | 10 | 0 | 103 | 54 | 104 | 62 | 46 |
| Binary | 10000100 | 10010000 | 110000 | 1000 | 0 | 1000011 | 101100 | 1000100 | 110010 | 100110 |
Color Harmonies of #849030
Complementary color
Monochromatic Colors of #849030
Black with #849030
Text Example
Text Example
White with #849030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849030; }
p { color: rgb(132,144,48); }
H1.HeaderClassName
{
color: #849030;
}
.AnyTagClassName
{
color: #849030;
}
</style>
background-color css
<style>
a { background-color: #849030; }
a { background-color: rgb(132,144,48); }
div.DivClassName
{
background-color: #849030;
}
.BgClassName
{
background-color: #849030;
}
</style>
border-color css
<style>
span { border-color: #849030; }
span { border-color: rgb(132,144,48); }
td.TdClassName
{
border-color: #849030;
}
.TagClassName
{
border-color: #849030;
}
</style>