Shades of Wasabi #83954B
Tints of Wasabi #83954B
RGB
CMYK
RGB Variations
Color information
#83954B (or 0x83954B) is known color: Wasabi. HEX triplet: 83, 95 and 4B. RGB value is (131,149,75). Sum of RGB (Red+Green+Blue) = 131+149+75=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #83954B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83954B is #7C6AB4. Grayscale: #878787. Windows color (decimal): -8153781 or 4953475. OLE color: 4953475.
HSL color Cylindrical-coordinate representation of color #83954B: hue angle of 74.59º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #83954B is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 149 | 75 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.42 |
| HSL | 74.59º | 0.33% | 0.44% | - |
| HSV(B) | 74.59º | 0.5% | 0.58% | - |
| XYZ | 21.38 | 26.83 | 10.71 | - |
| YUV | 135.18 | 94.04 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 149 | 75 | 0.12 | 0 | 0.50 | 0.42 | 74.59 | 0.33 | 0.44 |
| Hex | 83 | 95 | 4B | C | 0 | 32 | 2A | 4B | 21 | 2C |
| Octal | 203 | 225 | 113 | 14 | 0 | 62 | 52 | 113 | 41 | 54 |
| Binary | 10000011 | 10010101 | 1001011 | 1100 | 0 | 110010 | 101010 | 1001011 | 100001 | 101100 |
Color Harmonies of #83954B
Complementary color
Monochromatic Colors of #83954B
Black with #83954B
Text Example
Text Example
White with #83954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83954B; }
p { color: rgb(131,149,75); }
H1.HeaderClassName
{
color: #83954B;
}
.AnyTagClassName
{
color: #83954B;
}
</style>
background-color css
<style>
a { background-color: #83954B; }
a { background-color: rgb(131,149,75); }
div.DivClassName
{
background-color: #83954B;
}
.BgClassName
{
background-color: #83954B;
}
</style>
border-color css
<style>
span { border-color: #83954B; }
span { border-color: rgb(131,149,75); }
td.TdClassName
{
border-color: #83954B;
}
.TagClassName
{
border-color: #83954B;
}
</style>