Shades of Wasabi #828832
Tints of Wasabi #828832
RGB
CMYK
RGB Variations
Color information
#828832 (or 0x828832) is known color: Wasabi. HEX triplet: 82, 88 and 32. RGB value is (130,136,50). Sum of RGB (Red+Green+Blue) = 130+136+50=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #828832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828832 is #7D77CD. Grayscale: #7C7C7C. Windows color (decimal): -8222670 or 3311746. OLE color: 3311746.
HSL color Cylindrical-coordinate representation of color #828832: hue angle of 64.19º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #828832 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 136 | 50 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.47 |
| HSL | 64.19º | 0.46% | 0.36% | - |
| HSV(B) | 64.19º | 0.63% | 0.53% | - |
| XYZ | 18.59 | 22.58 | 6.4 | - |
| YUV | 124.4 | 86.01 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 50 | 0.04 | 0 | 0.63 | 0.47 | 64.19 | 0.46 | 0.36 |
| Hex | 82 | 88 | 32 | 4 | 0 | 3F | 2F | 40 | 2E | 24 |
| Octal | 202 | 210 | 62 | 4 | 0 | 77 | 57 | 100 | 56 | 44 |
| Binary | 10000010 | 10001000 | 110010 | 100 | 0 | 111111 | 101111 | 1000000 | 101110 | 100100 |
Color Harmonies of #828832
Complementary color
Monochromatic Colors of #828832
Black with #828832
Text Example
Text Example
White with #828832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828832; }
p { color: rgb(130,136,50); }
H1.HeaderClassName
{
color: #828832;
}
.AnyTagClassName
{
color: #828832;
}
</style>
background-color css
<style>
a { background-color: #828832; }
a { background-color: rgb(130,136,50); }
div.DivClassName
{
background-color: #828832;
}
.BgClassName
{
background-color: #828832;
}
</style>
border-color css
<style>
span { border-color: #828832; }
span { border-color: rgb(130,136,50); }
td.TdClassName
{
border-color: #828832;
}
.TagClassName
{
border-color: #828832;
}
</style>