Shades of Wasabi #828B45
Tints of Wasabi #828B45
RGB
CMYK
RGB Variations
Color information
#828B45 (or 0x828B45) is known color: Wasabi. HEX triplet: 82, 8B and 45. RGB value is (130,139,69). Sum of RGB (Red+Green+Blue) = 130+139+69=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 139 - color contains mainly: green. Hex color #828B45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828B45 is #7D74BA. Grayscale: #808080. Windows color (decimal): -8221883 or 4557698. OLE color: 4557698.
HSL color Cylindrical-coordinate representation of color #828B45: hue angle of 67.71º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #828B45 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 69 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.45 |
| HSL | 67.71º | 0.34% | 0.41% | - |
| HSV(B) | 67.71º | 0.5% | 0.55% | - |
| XYZ | 19.51 | 23.64 | 9.16 | - |
| YUV | 128.33 | 94.52 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 69 | 0.06 | 0 | 0.50 | 0.45 | 67.71 | 0.34 | 0.41 |
| Hex | 82 | 8B | 45 | 6 | 0 | 32 | 2D | 44 | 22 | 29 |
| Octal | 202 | 213 | 105 | 6 | 0 | 62 | 55 | 104 | 42 | 51 |
| Binary | 10000010 | 10001011 | 1000101 | 110 | 0 | 110010 | 101101 | 1000100 | 100010 | 101001 |
Color Harmonies of #828B45
Complementary color
Monochromatic Colors of #828B45
Black with #828B45
Text Example
Text Example
White with #828B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B45; }
p { color: rgb(130,139,69); }
H1.HeaderClassName
{
color: #828B45;
}
.AnyTagClassName
{
color: #828B45;
}
</style>
background-color css
<style>
a { background-color: #828B45; }
a { background-color: rgb(130,139,69); }
div.DivClassName
{
background-color: #828B45;
}
.BgClassName
{
background-color: #828B45;
}
</style>
border-color css
<style>
span { border-color: #828B45; }
span { border-color: rgb(130,139,69); }
td.TdClassName
{
border-color: #828B45;
}
.TagClassName
{
border-color: #828B45;
}
</style>