Shades of Wasabi #828D43
Tints of Wasabi #828D43
RGB
CMYK
RGB Variations
Color information
#828D43 (or 0x828D43) is known color: Wasabi. HEX triplet: 82, 8D and 43. RGB value is (130,141,67). Sum of RGB (Red+Green+Blue) = 130+141+67=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 141 - color contains mainly: green. Hex color #828D43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828D43 is #7D72BC. Grayscale: #818181. Windows color (decimal): -8221373 or 4427138. OLE color: 4427138.
HSL color Cylindrical-coordinate representation of color #828D43: hue angle of 68.92º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #828D43 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 141 | 67 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.45 |
| HSL | 68.92º | 0.36% | 0.41% | - |
| HSV(B) | 68.92º | 0.52% | 0.55% | - |
| XYZ | 19.74 | 24.2 | 8.94 | - |
| YUV | 129.28 | 92.86 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 67 | 0.08 | 0 | 0.52 | 0.45 | 68.92 | 0.36 | 0.41 |
| Hex | 82 | 8D | 43 | 8 | 0 | 34 | 2D | 45 | 24 | 29 |
| Octal | 202 | 215 | 103 | 10 | 0 | 64 | 55 | 105 | 44 | 51 |
| Binary | 10000010 | 10001101 | 1000011 | 1000 | 0 | 110100 | 101101 | 1000101 | 100100 | 101001 |
Color Harmonies of #828D43
Complementary color
Monochromatic Colors of #828D43
Black with #828D43
Text Example
Text Example
White with #828D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828D43; }
p { color: rgb(130,141,67); }
H1.HeaderClassName
{
color: #828D43;
}
.AnyTagClassName
{
color: #828D43;
}
</style>
background-color css
<style>
a { background-color: #828D43; }
a { background-color: rgb(130,141,67); }
div.DivClassName
{
background-color: #828D43;
}
.BgClassName
{
background-color: #828D43;
}
</style>
border-color css
<style>
span { border-color: #828D43; }
span { border-color: rgb(130,141,67); }
td.TdClassName
{
border-color: #828D43;
}
.TagClassName
{
border-color: #828D43;
}
</style>