Shades of Wasabi #83964B
Tints of Wasabi #83964B
RGB
CMYK
RGB Variations
Color information
#83964B (or 0x83964B) is known color: Wasabi. HEX triplet: 83, 96 and 4B. RGB value is (131,150,75). Sum of RGB (Red+Green+Blue) = 131+150+75=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 150 - color contains mainly: green. Hex color #83964B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83964B is #7C69B4. Grayscale: #888888. Windows color (decimal): -8153525 or 4953731. OLE color: 4953731.
HSL color Cylindrical-coordinate representation of color #83964B: hue angle of 75.2º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #83964B is Cyan = 0.13, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 131 | 150 | 75 | - |
| CMYK | 0.13 | 0 | 0.5 | 0.41 |
| HSL | 75.2º | 0.33% | 0.44% | - |
| HSV(B) | 75.2º | 0.5% | 0.59% | - |
| XYZ | 21.54 | 27.15 | 10.76 | - |
| YUV | 135.77 | 93.71 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 150 | 75 | 0.13 | 0 | 0.5 | 0.41 | 75.2 | 0.33 | 0.44 |
| Hex | 83 | 96 | 4B | D | 0 | 32 | 29 | 4B | 21 | 2C |
| Octal | 203 | 226 | 113 | 15 | 0 | 62 | 51 | 113 | 41 | 54 |
| Binary | 10000011 | 10010110 | 1001011 | 1101 | 0 | 110010 | 101001 | 1001011 | 100001 | 101100 |
Color Harmonies of #83964B
Complementary color
Monochromatic Colors of #83964B
Black with #83964B
Text Example
Text Example
White with #83964B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83964B; }
p { color: rgb(131,150,75); }
H1.HeaderClassName
{
color: #83964B;
}
.AnyTagClassName
{
color: #83964B;
}
</style>
background-color css
<style>
a { background-color: #83964B; }
a { background-color: rgb(131,150,75); }
div.DivClassName
{
background-color: #83964B;
}
.BgClassName
{
background-color: #83964B;
}
</style>
border-color css
<style>
span { border-color: #83964B; }
span { border-color: rgb(131,150,75); }
td.TdClassName
{
border-color: #83964B;
}
.TagClassName
{
border-color: #83964B;
}
</style>