Shades of Wasabi #839145
Tints of Wasabi #839145
RGB
CMYK
RGB Variations
Color information
#839145 (or 0x839145) is known color: Wasabi. HEX triplet: 83, 91 and 45. RGB value is (131,145,69). Sum of RGB (Red+Green+Blue) = 131+145+69=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 145 - color contains mainly: green. Hex color #839145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839145 is #7C6EBA. Grayscale: #848484. Windows color (decimal): -8154811 or 4559235. OLE color: 4559235.
HSL color Cylindrical-coordinate representation of color #839145: hue angle of 71.05º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #839145 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 145 | 69 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.43 |
| HSL | 71.05º | 0.36% | 0.42% | - |
| HSV(B) | 71.05º | 0.52% | 0.57% | - |
| XYZ | 20.56 | 25.51 | 9.47 | - |
| YUV | 132.15 | 92.36 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 145 | 69 | 0.10 | 0 | 0.52 | 0.43 | 71.05 | 0.36 | 0.42 |
| Hex | 83 | 91 | 45 | A | 0 | 34 | 2B | 47 | 24 | 2A |
| Octal | 203 | 221 | 105 | 12 | 0 | 64 | 53 | 107 | 44 | 52 |
| Binary | 10000011 | 10010001 | 1000101 | 1010 | 0 | 110100 | 101011 | 1000111 | 100100 | 101010 |
Color Harmonies of #839145
Complementary color
Monochromatic Colors of #839145
Black with #839145
Text Example
Text Example
White with #839145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839145; }
p { color: rgb(131,145,69); }
H1.HeaderClassName
{
color: #839145;
}
.AnyTagClassName
{
color: #839145;
}
</style>
background-color css
<style>
a { background-color: #839145; }
a { background-color: rgb(131,145,69); }
div.DivClassName
{
background-color: #839145;
}
.BgClassName
{
background-color: #839145;
}
</style>
border-color css
<style>
span { border-color: #839145; }
span { border-color: rgb(131,145,69); }
td.TdClassName
{
border-color: #839145;
}
.TagClassName
{
border-color: #839145;
}
</style>