Shades of Wasabi #828B3E
Tints of Wasabi #828B3E
RGB
CMYK
RGB Variations
Color information
#828B3E (or 0x828B3E) is known color: Wasabi. HEX triplet: 82, 8B and 3E. RGB value is (130,139,62). Sum of RGB (Red+Green+Blue) = 130+139+62=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 139 - color contains mainly: green. Hex color #828B3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828B3E is #7D74C1. Grayscale: #7F7F7F. Windows color (decimal): -8221890 or 4098946. OLE color: 4098946.
HSL color Cylindrical-coordinate representation of color #828B3E: hue angle of 67.01º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #828B3E is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 62 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.45 |
| HSL | 67.01º | 0.38% | 0.39% | - |
| HSV(B) | 67.01º | 0.55% | 0.55% | - |
| XYZ | 19.31 | 23.56 | 8.09 | - |
| YUV | 127.53 | 91.02 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 62 | 0.06 | 0 | 0.55 | 0.45 | 67.01 | 0.38 | 0.39 |
| Hex | 82 | 8B | 3E | 6 | 0 | 37 | 2D | 43 | 26 | 27 |
| Octal | 202 | 213 | 76 | 6 | 0 | 67 | 55 | 103 | 46 | 47 |
| Binary | 10000010 | 10001011 | 111110 | 110 | 0 | 110111 | 101101 | 1000011 | 100110 | 100111 |
Color Harmonies of #828B3E
Complementary color
Monochromatic Colors of #828B3E
Black with #828B3E
Text Example
Text Example
White with #828B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B3E; }
p { color: rgb(130,139,62); }
H1.HeaderClassName
{
color: #828B3E;
}
.AnyTagClassName
{
color: #828B3E;
}
</style>
background-color css
<style>
a { background-color: #828B3E; }
a { background-color: rgb(130,139,62); }
div.DivClassName
{
background-color: #828B3E;
}
.BgClassName
{
background-color: #828B3E;
}
</style>
border-color css
<style>
span { border-color: #828B3E; }
span { border-color: rgb(130,139,62); }
td.TdClassName
{
border-color: #828B3E;
}
.TagClassName
{
border-color: #828B3E;
}
</style>