Shades of Wasabi #838D4B
Tints of Wasabi #838D4B
RGB
CMYK
RGB Variations
Color information
#838D4B (or 0x838D4B) is known color: Wasabi. HEX triplet: 83, 8D and 4B. RGB value is (131,141,75). Sum of RGB (Red+Green+Blue) = 131+141+75=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 141 - color contains mainly: green. Hex color #838D4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838D4B is #7C72B4. Grayscale: #828282. Windows color (decimal): -8155829 or 4951427. OLE color: 4951427.
HSL color Cylindrical-coordinate representation of color #838D4B: hue angle of 69.09º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #838D4B is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 141 | 75 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.45 |
| HSL | 69.09º | 0.31% | 0.42% | - |
| HSV(B) | 69.09º | 0.47% | 0.55% | - |
| XYZ | 20.15 | 24.38 | 10.3 | - |
| YUV | 130.49 | 96.69 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 75 | 0.07 | 0 | 0.47 | 0.45 | 69.09 | 0.31 | 0.42 |
| Hex | 83 | 8D | 4B | 7 | 0 | 2F | 2D | 45 | 1F | 2A |
| Octal | 203 | 215 | 113 | 7 | 0 | 57 | 55 | 105 | 37 | 52 |
| Binary | 10000011 | 10001101 | 1001011 | 111 | 0 | 101111 | 101101 | 1000101 | 11111 | 101010 |
Color Harmonies of #838D4B
Complementary color
Monochromatic Colors of #838D4B
Black with #838D4B
Text Example
Text Example
White with #838D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838D4B; }
p { color: rgb(131,141,75); }
H1.HeaderClassName
{
color: #838D4B;
}
.AnyTagClassName
{
color: #838D4B;
}
</style>
background-color css
<style>
a { background-color: #838D4B; }
a { background-color: rgb(131,141,75); }
div.DivClassName
{
background-color: #838D4B;
}
.BgClassName
{
background-color: #838D4B;
}
</style>
border-color css
<style>
span { border-color: #838D4B; }
span { border-color: rgb(131,141,75); }
td.TdClassName
{
border-color: #838D4B;
}
.TagClassName
{
border-color: #838D4B;
}
</style>