Shades of Wasabi #839234
Tints of Wasabi #839234
RGB
CMYK
RGB Variations
Color information
#839234 (or 0x839234) is known color: Wasabi. HEX triplet: 83, 92 and 34. RGB value is (131,146,52). Sum of RGB (Red+Green+Blue) = 131+146+52=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #839234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839234 is #7C6DCB. Grayscale: #838383. Windows color (decimal): -8154572 or 3445379. OLE color: 3445379.
HSL color Cylindrical-coordinate representation of color #839234: hue angle of 69.57º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #839234 is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 146 | 52 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.43 |
| HSL | 69.57º | 0.47% | 0.39% | - |
| HSV(B) | 69.57º | 0.64% | 0.57% | - |
| XYZ | 20.26 | 25.63 | 7.13 | - |
| YUV | 130.8 | 83.53 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 146 | 52 | 0.10 | 0 | 0.64 | 0.43 | 69.57 | 0.47 | 0.39 |
| Hex | 83 | 92 | 34 | A | 0 | 40 | 2B | 46 | 2F | 27 |
| Octal | 203 | 222 | 64 | 12 | 0 | 100 | 53 | 106 | 57 | 47 |
| Binary | 10000011 | 10010010 | 110100 | 1010 | 0 | 1000000 | 101011 | 1000110 | 101111 | 100111 |
Color Harmonies of #839234
Complementary color
Monochromatic Colors of #839234
Black with #839234
Text Example
Text Example
White with #839234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839234; }
p { color: rgb(131,146,52); }
H1.HeaderClassName
{
color: #839234;
}
.AnyTagClassName
{
color: #839234;
}
</style>
background-color css
<style>
a { background-color: #839234; }
a { background-color: rgb(131,146,52); }
div.DivClassName
{
background-color: #839234;
}
.BgClassName
{
background-color: #839234;
}
</style>
border-color css
<style>
span { border-color: #839234; }
span { border-color: rgb(131,146,52); }
td.TdClassName
{
border-color: #839234;
}
.TagClassName
{
border-color: #839234;
}
</style>