Shades of Wasabi #829949
Tints of Wasabi #829949
RGB
CMYK
RGB Variations
Color information
#829949 (or 0x829949) is known color: Wasabi. HEX triplet: 82, 99 and 49. RGB value is (130,153,73). Sum of RGB (Red+Green+Blue) = 130+153+73=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #829949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829949 is #7D66B6. Grayscale: #898989. Windows color (decimal): -8218295 or 4823426. OLE color: 4823426.
HSL color Cylindrical-coordinate representation of color #829949: hue angle of 77.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #829949 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 130 | 153 | 73 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.4 |
| HSL | 77.25º | 0.35% | 0.44% | - |
| HSV(B) | 77.25º | 0.52% | 0.6% | - |
| XYZ | 21.8 | 28.01 | 10.56 | - |
| YUV | 137 | 91.88 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 153 | 73 | 0.15 | 0 | 0.52 | 0.4 | 77.25 | 0.35 | 0.44 |
| Hex | 82 | 99 | 49 | F | 0 | 34 | 28 | 4D | 23 | 2C |
| Octal | 202 | 231 | 111 | 17 | 0 | 64 | 50 | 115 | 43 | 54 |
| Binary | 10000010 | 10011001 | 1001001 | 1111 | 0 | 110100 | 101000 | 1001101 | 100011 | 101100 |
Color Harmonies of #829949
Complementary color
Monochromatic Colors of #829949
Black with #829949
Text Example
Text Example
White with #829949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829949; }
p { color: rgb(130,153,73); }
H1.HeaderClassName
{
color: #829949;
}
.AnyTagClassName
{
color: #829949;
}
</style>
background-color css
<style>
a { background-color: #829949; }
a { background-color: rgb(130,153,73); }
div.DivClassName
{
background-color: #829949;
}
.BgClassName
{
background-color: #829949;
}
</style>
border-color css
<style>
span { border-color: #829949; }
span { border-color: rgb(130,153,73); }
td.TdClassName
{
border-color: #829949;
}
.TagClassName
{
border-color: #829949;
}
</style>