Shades of Wasabi #828948
Tints of Wasabi #828948
RGB
CMYK
RGB Variations
Color information
#828948 (or 0x828948) is known color: Wasabi. HEX triplet: 82, 89 and 48. RGB value is (130,137,72). Sum of RGB (Red+Green+Blue) = 130+137+72=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 137 - color contains mainly: green. Hex color #828948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828948 is #7D76B7. Grayscale: #7F7F7F. Windows color (decimal): -8222392 or 4753794. OLE color: 4753794.
HSL color Cylindrical-coordinate representation of color #828948: hue angle of 66.46º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #828948 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 137 | 72 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.46 |
| HSL | 66.46º | 0.31% | 0.41% | - |
| HSV(B) | 66.46º | 0.47% | 0.54% | - |
| XYZ | 19.32 | 23.11 | 9.57 | - |
| YUV | 127.5 | 96.68 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 72 | 0.05 | 0 | 0.47 | 0.46 | 66.46 | 0.31 | 0.41 |
| Hex | 82 | 89 | 48 | 5 | 0 | 2F | 2E | 42 | 1F | 29 |
| Octal | 202 | 211 | 110 | 5 | 0 | 57 | 56 | 102 | 37 | 51 |
| Binary | 10000010 | 10001001 | 1001000 | 101 | 0 | 101111 | 101110 | 1000010 | 11111 | 101001 |
Color Harmonies of #828948
Complementary color
Monochromatic Colors of #828948
Black with #828948
Text Example
Text Example
White with #828948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828948; }
p { color: rgb(130,137,72); }
H1.HeaderClassName
{
color: #828948;
}
.AnyTagClassName
{
color: #828948;
}
</style>
background-color css
<style>
a { background-color: #828948; }
a { background-color: rgb(130,137,72); }
div.DivClassName
{
background-color: #828948;
}
.BgClassName
{
background-color: #828948;
}
</style>
border-color css
<style>
span { border-color: #828948; }
span { border-color: rgb(130,137,72); }
td.TdClassName
{
border-color: #828948;
}
.TagClassName
{
border-color: #828948;
}
</style>