Shades of Wasabi #828D44
Tints of Wasabi #828D44
RGB
CMYK
RGB Variations
Color information
#828D44 (or 0x828D44) is known color: Wasabi. HEX triplet: 82, 8D and 44. RGB value is (130,141,68). Sum of RGB (Red+Green+Blue) = 130+141+68=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 141 - color contains mainly: green. Hex color #828D44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828D44 is #7D72BB. Grayscale: #818181. Windows color (decimal): -8221372 or 4492674. OLE color: 4492674.
HSL color Cylindrical-coordinate representation of color #828D44: hue angle of 69.04º degrees, saturation: 0.35, 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 #828D44 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 141 | 68 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.45 |
| HSL | 69.04º | 0.35% | 0.41% | - |
| HSV(B) | 69.04º | 0.52% | 0.55% | - |
| XYZ | 19.77 | 24.21 | 9.1 | - |
| YUV | 129.39 | 93.36 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 68 | 0.08 | 0 | 0.52 | 0.45 | 69.04 | 0.35 | 0.41 |
| Hex | 82 | 8D | 44 | 8 | 0 | 34 | 2D | 45 | 23 | 29 |
| Octal | 202 | 215 | 104 | 10 | 0 | 64 | 55 | 105 | 43 | 51 |
| Binary | 10000010 | 10001101 | 1000100 | 1000 | 0 | 110100 | 101101 | 1000101 | 100011 | 101001 |
Color Harmonies of #828D44
Complementary color
Monochromatic Colors of #828D44
Black with #828D44
Text Example
Text Example
White with #828D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828D44; }
p { color: rgb(130,141,68); }
H1.HeaderClassName
{
color: #828D44;
}
.AnyTagClassName
{
color: #828D44;
}
</style>
background-color css
<style>
a { background-color: #828D44; }
a { background-color: rgb(130,141,68); }
div.DivClassName
{
background-color: #828D44;
}
.BgClassName
{
background-color: #828D44;
}
</style>
border-color css
<style>
span { border-color: #828D44; }
span { border-color: rgb(130,141,68); }
td.TdClassName
{
border-color: #828D44;
}
.TagClassName
{
border-color: #828D44;
}
</style>