Shades of Wasabi #828932
Tints of Wasabi #828932
RGB
CMYK
RGB Variations
Color information
#828932 (or 0x828932) is known color: Wasabi. HEX triplet: 82, 89 and 32. RGB value is (130,137,50). Sum of RGB (Red+Green+Blue) = 130+137+50=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 137 - color contains mainly: green. Hex color #828932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828932 is #7D76CD. Grayscale: #7D7D7D. Windows color (decimal): -8222414 or 3312002. OLE color: 3312002.
HSL color Cylindrical-coordinate representation of color #828932: hue angle of 64.83º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #828932 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 137 | 50 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.46 |
| HSL | 64.83º | 0.47% | 0.37% | - |
| HSV(B) | 64.83º | 0.64% | 0.54% | - |
| XYZ | 18.73 | 22.87 | 6.44 | - |
| YUV | 124.99 | 85.68 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 50 | 0.05 | 0 | 0.64 | 0.46 | 64.83 | 0.47 | 0.37 |
| Hex | 82 | 89 | 32 | 5 | 0 | 40 | 2E | 41 | 2F | 25 |
| Octal | 202 | 211 | 62 | 5 | 0 | 100 | 56 | 101 | 57 | 45 |
| Binary | 10000010 | 10001001 | 110010 | 101 | 0 | 1000000 | 101110 | 1000001 | 101111 | 100101 |
Color Harmonies of #828932
Complementary color
Monochromatic Colors of #828932
Black with #828932
Text Example
Text Example
White with #828932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828932; }
p { color: rgb(130,137,50); }
H1.HeaderClassName
{
color: #828932;
}
.AnyTagClassName
{
color: #828932;
}
</style>
background-color css
<style>
a { background-color: #828932; }
a { background-color: rgb(130,137,50); }
div.DivClassName
{
background-color: #828932;
}
.BgClassName
{
background-color: #828932;
}
</style>
border-color css
<style>
span { border-color: #828932; }
span { border-color: rgb(130,137,50); }
td.TdClassName
{
border-color: #828932;
}
.TagClassName
{
border-color: #828932;
}
</style>