Shades of Wasabi #828B32
Tints of Wasabi #828B32
RGB
CMYK
RGB Variations
Color information
#828B32 (or 0x828B32) is known color: Wasabi. HEX triplet: 82, 8B and 32. RGB value is (130,139,50). Sum of RGB (Red+Green+Blue) = 130+139+50=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 139 - color contains mainly: green. Hex color #828B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828B32 is #7D74CD. Grayscale: #7E7E7E. Windows color (decimal): -8221902 or 3312514. OLE color: 3312514.
HSL color Cylindrical-coordinate representation of color #828B32: hue angle of 66.07º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #828B32 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 50 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.45 |
| HSL | 66.07º | 0.47% | 0.37% | - |
| HSV(B) | 66.07º | 0.64% | 0.55% | - |
| XYZ | 19.01 | 23.44 | 6.54 | - |
| YUV | 126.16 | 85.02 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 50 | 0.06 | 0 | 0.64 | 0.45 | 66.07 | 0.47 | 0.37 |
| Hex | 82 | 8B | 32 | 6 | 0 | 40 | 2D | 42 | 2F | 25 |
| Octal | 202 | 213 | 62 | 6 | 0 | 100 | 55 | 102 | 57 | 45 |
| Binary | 10000010 | 10001011 | 110010 | 110 | 0 | 1000000 | 101101 | 1000010 | 101111 | 100101 |
Color Harmonies of #828B32
Complementary color
Monochromatic Colors of #828B32
Black with #828B32
Text Example
Text Example
White with #828B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B32; }
p { color: rgb(130,139,50); }
H1.HeaderClassName
{
color: #828B32;
}
.AnyTagClassName
{
color: #828B32;
}
</style>
background-color css
<style>
a { background-color: #828B32; }
a { background-color: rgb(130,139,50); }
div.DivClassName
{
background-color: #828B32;
}
.BgClassName
{
background-color: #828B32;
}
</style>
border-color css
<style>
span { border-color: #828B32; }
span { border-color: rgb(130,139,50); }
td.TdClassName
{
border-color: #828B32;
}
.TagClassName
{
border-color: #828B32;
}
</style>