Shades of Wasabi #83994B
Tints of Wasabi #83994B
RGB
CMYK
RGB Variations
Color information
#83994B (or 0x83994B) is known color: Wasabi. HEX triplet: 83, 99 and 4B. RGB value is (131,153,75). Sum of RGB (Red+Green+Blue) = 131+153+75=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #83994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83994B is #7C66B4. Grayscale: #898989. Windows color (decimal): -8152757 or 4954499. OLE color: 4954499.
HSL color Cylindrical-coordinate representation of color #83994B: hue angle of 76.92º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #83994B is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 131 | 153 | 75 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.4 |
| HSL | 76.92º | 0.34% | 0.45% | - |
| HSV(B) | 76.92º | 0.51% | 0.6% | - |
| XYZ | 22.02 | 28.12 | 10.92 | - |
| YUV | 137.53 | 92.71 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 153 | 75 | 0.14 | 0 | 0.51 | 0.4 | 76.92 | 0.34 | 0.45 |
| Hex | 83 | 99 | 4B | E | 0 | 33 | 28 | 4D | 22 | 2D |
| Octal | 203 | 231 | 113 | 16 | 0 | 63 | 50 | 115 | 42 | 55 |
| Binary | 10000011 | 10011001 | 1001011 | 1110 | 0 | 110011 | 101000 | 1001101 | 100010 | 101101 |
Color Harmonies of #83994B
Complementary color
Monochromatic Colors of #83994B
Black with #83994B
Text Example
Text Example
White with #83994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83994B; }
p { color: rgb(131,153,75); }
H1.HeaderClassName
{
color: #83994B;
}
.AnyTagClassName
{
color: #83994B;
}
</style>
background-color css
<style>
a { background-color: #83994B; }
a { background-color: rgb(131,153,75); }
div.DivClassName
{
background-color: #83994B;
}
.BgClassName
{
background-color: #83994B;
}
</style>
border-color css
<style>
span { border-color: #83994B; }
span { border-color: rgb(131,153,75); }
td.TdClassName
{
border-color: #83994B;
}
.TagClassName
{
border-color: #83994B;
}
</style>