Shades of Wasabi #829448
Tints of Wasabi #829448
RGB
CMYK
RGB Variations
Color information
#829448 (or 0x829448) is known color: Wasabi. HEX triplet: 82, 94 and 48. RGB value is (130,148,72). Sum of RGB (Red+Green+Blue) = 130+148+72=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 148 - color contains mainly: green. Hex color #829448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829448 is #7D6BB7. Grayscale: #868686. Windows color (decimal): -8219576 or 4756610. OLE color: 4756610.
HSL color Cylindrical-coordinate representation of color #829448: hue angle of 74.21º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #829448 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 148 | 72 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.42 |
| HSL | 74.21º | 0.35% | 0.43% | - |
| HSV(B) | 74.21º | 0.51% | 0.58% | - |
| XYZ | 20.97 | 26.39 | 10.12 | - |
| YUV | 133.95 | 93.04 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 148 | 72 | 0.12 | 0 | 0.51 | 0.42 | 74.21 | 0.35 | 0.43 |
| Hex | 82 | 94 | 48 | C | 0 | 33 | 2A | 4A | 23 | 2B |
| Octal | 202 | 224 | 110 | 14 | 0 | 63 | 52 | 112 | 43 | 53 |
| Binary | 10000010 | 10010100 | 1001000 | 1100 | 0 | 110011 | 101010 | 1001010 | 100011 | 101011 |
Color Harmonies of #829448
Complementary color
Monochromatic Colors of #829448
Black with #829448
Text Example
Text Example
White with #829448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829448; }
p { color: rgb(130,148,72); }
H1.HeaderClassName
{
color: #829448;
}
.AnyTagClassName
{
color: #829448;
}
</style>
background-color css
<style>
a { background-color: #829448; }
a { background-color: rgb(130,148,72); }
div.DivClassName
{
background-color: #829448;
}
.BgClassName
{
background-color: #829448;
}
</style>
border-color css
<style>
span { border-color: #829448; }
span { border-color: rgb(130,148,72); }
td.TdClassName
{
border-color: #829448;
}
.TagClassName
{
border-color: #829448;
}
</style>