Shades of Wasabi #829245
Tints of Wasabi #829245
RGB
CMYK
RGB Variations
Color information
#829245 (or 0x829245) is known color: Wasabi. HEX triplet: 82, 92 and 45. RGB value is (130,146,69). Sum of RGB (Red+Green+Blue) = 130+146+69=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 146 - color contains mainly: green. Hex color #829245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829245 is #7D6DBA. Grayscale: #848484. Windows color (decimal): -8220091 or 4559490. OLE color: 4559490.
HSL color Cylindrical-coordinate representation of color #829245: hue angle of 72.47º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #829245 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 146 | 69 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.43 |
| HSL | 72.47º | 0.36% | 0.42% | - |
| HSV(B) | 72.47º | 0.53% | 0.57% | - |
| XYZ | 20.56 | 25.73 | 9.51 | - |
| YUV | 132.44 | 92.2 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 146 | 69 | 0.11 | 0 | 0.53 | 0.43 | 72.47 | 0.36 | 0.42 |
| Hex | 82 | 92 | 45 | B | 0 | 35 | 2B | 48 | 24 | 2A |
| Octal | 202 | 222 | 105 | 13 | 0 | 65 | 53 | 110 | 44 | 52 |
| Binary | 10000010 | 10010010 | 1000101 | 1011 | 0 | 110101 | 101011 | 1001000 | 100100 | 101010 |
Color Harmonies of #829245
Complementary color
Monochromatic Colors of #829245
Black with #829245
Text Example
Text Example
White with #829245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829245; }
p { color: rgb(130,146,69); }
H1.HeaderClassName
{
color: #829245;
}
.AnyTagClassName
{
color: #829245;
}
</style>
background-color css
<style>
a { background-color: #829245; }
a { background-color: rgb(130,146,69); }
div.DivClassName
{
background-color: #829245;
}
.BgClassName
{
background-color: #829245;
}
</style>
border-color css
<style>
span { border-color: #829245; }
span { border-color: rgb(130,146,69); }
td.TdClassName
{
border-color: #829245;
}
.TagClassName
{
border-color: #829245;
}
</style>