Shades of Wasabi #828B3D
Tints of Wasabi #828B3D
RGB
CMYK
RGB Variations
Color information
#828B3D (or 0x828B3D) is known color: Wasabi. HEX triplet: 82, 8B and 3D. RGB value is (130,139,61). Sum of RGB (Red+Green+Blue) = 130+139+61=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 139 - color contains mainly: green. Hex color #828B3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828B3D is #7D74C2. Grayscale: #7F7F7F. Windows color (decimal): -8221891 or 4033410. OLE color: 4033410.
HSL color Cylindrical-coordinate representation of color #828B3D: hue angle of 66.92º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #828B3D is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 61 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.45 |
| HSL | 66.92º | 0.39% | 0.39% | - |
| HSV(B) | 66.92º | 0.56% | 0.55% | - |
| XYZ | 19.28 | 23.55 | 7.94 | - |
| YUV | 127.42 | 90.52 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 61 | 0.06 | 0 | 0.56 | 0.45 | 66.92 | 0.39 | 0.39 |
| Hex | 82 | 8B | 3D | 6 | 0 | 38 | 2D | 43 | 27 | 27 |
| Octal | 202 | 213 | 75 | 6 | 0 | 70 | 55 | 103 | 47 | 47 |
| Binary | 10000010 | 10001011 | 111101 | 110 | 0 | 111000 | 101101 | 1000011 | 100111 | 100111 |
Color Harmonies of #828B3D
Complementary color
Monochromatic Colors of #828B3D
Black with #828B3D
Text Example
Text Example
White with #828B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B3D; }
p { color: rgb(130,139,61); }
H1.HeaderClassName
{
color: #828B3D;
}
.AnyTagClassName
{
color: #828B3D;
}
</style>
background-color css
<style>
a { background-color: #828B3D; }
a { background-color: rgb(130,139,61); }
div.DivClassName
{
background-color: #828B3D;
}
.BgClassName
{
background-color: #828B3D;
}
</style>
border-color css
<style>
span { border-color: #828B3D; }
span { border-color: rgb(130,139,61); }
td.TdClassName
{
border-color: #828B3D;
}
.TagClassName
{
border-color: #828B3D;
}
</style>