Shades of Wasabi #839250
Tints of Wasabi #839250
RGB
CMYK
RGB Variations
Color information
#839250 (or 0x839250) is known color: Wasabi. HEX triplet: 83, 92 and 50. RGB value is (131,146,80). Sum of RGB (Red+Green+Blue) = 131+146+80=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #839250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839250 is #7C6DAF. Grayscale: #868686. Windows color (decimal): -8154544 or 5280387. OLE color: 5280387.
HSL color Cylindrical-coordinate representation of color #839250: hue angle of 73.64º 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 #839250 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 146 | 80 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.43 |
| HSL | 73.64º | 0.29% | 0.44% | - |
| HSV(B) | 73.64º | 0.45% | 0.57% | - |
| XYZ | 21.09 | 25.96 | 11.49 | - |
| YUV | 133.99 | 97.53 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 146 | 80 | 0.10 | 0 | 0.45 | 0.43 | 73.64 | 0.29 | 0.44 |
| Hex | 83 | 92 | 50 | A | 0 | 2D | 2B | 4A | 1D | 2C |
| Octal | 203 | 222 | 120 | 12 | 0 | 55 | 53 | 112 | 35 | 54 |
| Binary | 10000011 | 10010010 | 1010000 | 1010 | 0 | 101101 | 101011 | 1001010 | 11101 | 101100 |
Color Harmonies of #839250
Complementary color
Monochromatic Colors of #839250
Black with #839250
Text Example
Text Example
White with #839250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839250; }
p { color: rgb(131,146,80); }
H1.HeaderClassName
{
color: #839250;
}
.AnyTagClassName
{
color: #839250;
}
</style>
background-color css
<style>
a { background-color: #839250; }
a { background-color: rgb(131,146,80); }
div.DivClassName
{
background-color: #839250;
}
.BgClassName
{
background-color: #839250;
}
</style>
border-color css
<style>
span { border-color: #839250; }
span { border-color: rgb(131,146,80); }
td.TdClassName
{
border-color: #839250;
}
.TagClassName
{
border-color: #839250;
}
</style>