Shades of Wasabi #828E42
Tints of Wasabi #828E42
RGB
CMYK
RGB Variations
Color information
#828E42 (or 0x828E42) is known color: Wasabi. HEX triplet: 82, 8E and 42. RGB value is (130,142,66). Sum of RGB (Red+Green+Blue) = 130+142+66=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 142 - color contains mainly: green. Hex color #828E42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828E42 is #7D71BD. Grayscale: #828282. Windows color (decimal): -8221118 or 4361858. OLE color: 4361858.
HSL color Cylindrical-coordinate representation of color #828E42: hue angle of 69.47º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #828E42 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 142 | 66 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.44 |
| HSL | 69.47º | 0.37% | 0.41% | - |
| HSV(B) | 69.47º | 0.54% | 0.56% | - |
| XYZ | 19.86 | 24.49 | 8.83 | - |
| YUV | 129.75 | 92.02 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 142 | 66 | 0.08 | 0 | 0.54 | 0.44 | 69.47 | 0.37 | 0.41 |
| Hex | 82 | 8E | 42 | 8 | 0 | 36 | 2C | 45 | 25 | 29 |
| Octal | 202 | 216 | 102 | 10 | 0 | 66 | 54 | 105 | 45 | 51 |
| Binary | 10000010 | 10001110 | 1000010 | 1000 | 0 | 110110 | 101100 | 1000101 | 100101 | 101001 |
Color Harmonies of #828E42
Complementary color
Monochromatic Colors of #828E42
Black with #828E42
Text Example
Text Example
White with #828E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828E42; }
p { color: rgb(130,142,66); }
H1.HeaderClassName
{
color: #828E42;
}
.AnyTagClassName
{
color: #828E42;
}
</style>
background-color css
<style>
a { background-color: #828E42; }
a { background-color: rgb(130,142,66); }
div.DivClassName
{
background-color: #828E42;
}
.BgClassName
{
background-color: #828E42;
}
</style>
border-color css
<style>
span { border-color: #828E42; }
span { border-color: rgb(130,142,66); }
td.TdClassName
{
border-color: #828E42;
}
.TagClassName
{
border-color: #828E42;
}
</style>