Shades of Wasabi #83983F
Tints of Wasabi #83983F
RGB
CMYK
RGB Variations
Color information
#83983F (or 0x83983F) is known color: Wasabi. HEX triplet: 83, 98 and 3F. RGB value is (131,152,63). Sum of RGB (Red+Green+Blue) = 131+152+63=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 152 - color contains mainly: green. Hex color #83983F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83983F is #7C67C0. Grayscale: #878787. Windows color (decimal): -8153025 or 4167811. OLE color: 4167811.
HSL color Cylindrical-coordinate representation of color #83983F: hue angle of 74.16º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #83983F is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 152 | 63 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.40 |
| HSL | 74.16º | 0.41% | 0.42% | - |
| HSV(B) | 74.16º | 0.59% | 0.6% | - |
| XYZ | 21.49 | 27.64 | 8.91 | - |
| YUV | 135.58 | 87.04 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 152 | 63 | 0.14 | 0 | 0.59 | 0.40 | 74.16 | 0.41 | 0.42 |
| Hex | 83 | 98 | 3F | E | 0 | 3B | 28 | 4A | 29 | 2A |
| Octal | 203 | 230 | 77 | 16 | 0 | 73 | 50 | 112 | 51 | 52 |
| Binary | 10000011 | 10011000 | 111111 | 1110 | 0 | 111011 | 101000 | 1001010 | 101001 | 101010 |
Color Harmonies of #83983F
Complementary color
Monochromatic Colors of #83983F
Black with #83983F
Text Example
Text Example
White with #83983F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83983F; }
p { color: rgb(131,152,63); }
H1.HeaderClassName
{
color: #83983F;
}
.AnyTagClassName
{
color: #83983F;
}
</style>
background-color css
<style>
a { background-color: #83983F; }
a { background-color: rgb(131,152,63); }
div.DivClassName
{
background-color: #83983F;
}
.BgClassName
{
background-color: #83983F;
}
</style>
border-color css
<style>
span { border-color: #83983F; }
span { border-color: rgb(131,152,63); }
td.TdClassName
{
border-color: #83983F;
}
.TagClassName
{
border-color: #83983F;
}
</style>