Shades of Wasabi #838D34
Tints of Wasabi #838D34
RGB
CMYK
RGB Variations
Color information
#838D34 (or 0x838D34) is known color: Wasabi. HEX triplet: 83, 8D and 34. RGB value is (131,141,52). Sum of RGB (Red+Green+Blue) = 131+141+52=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 141 - color contains mainly: green. Hex color #838D34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838D34 is #7C72CB. Grayscale: #808080. Windows color (decimal): -8155852 or 3444099. OLE color: 3444099.
HSL color Cylindrical-coordinate representation of color #838D34: hue angle of 66.74º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #838D34 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 141 | 52 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.45 |
| HSL | 66.74º | 0.46% | 0.38% | - |
| HSV(B) | 66.74º | 0.63% | 0.55% | - |
| XYZ | 19.5 | 24.12 | 6.88 | - |
| YUV | 127.86 | 85.19 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 52 | 0.07 | 0 | 0.63 | 0.45 | 66.74 | 0.46 | 0.38 |
| Hex | 83 | 8D | 34 | 7 | 0 | 3F | 2D | 43 | 2E | 26 |
| Octal | 203 | 215 | 64 | 7 | 0 | 77 | 55 | 103 | 56 | 46 |
| Binary | 10000011 | 10001101 | 110100 | 111 | 0 | 111111 | 101101 | 1000011 | 101110 | 100110 |
Color Harmonies of #838D34
Complementary color
Monochromatic Colors of #838D34
Black with #838D34
Text Example
Text Example
White with #838D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838D34; }
p { color: rgb(131,141,52); }
H1.HeaderClassName
{
color: #838D34;
}
.AnyTagClassName
{
color: #838D34;
}
</style>
background-color css
<style>
a { background-color: #838D34; }
a { background-color: rgb(131,141,52); }
div.DivClassName
{
background-color: #838D34;
}
.BgClassName
{
background-color: #838D34;
}
</style>
border-color css
<style>
span { border-color: #838D34; }
span { border-color: rgb(131,141,52); }
td.TdClassName
{
border-color: #838D34;
}
.TagClassName
{
border-color: #838D34;
}
</style>