Shades of Wasabi #829250
Tints of Wasabi #829250
RGB
CMYK
RGB Variations
Color information
#829250 (or 0x829250) is known color: Wasabi. HEX triplet: 82, 92 and 50. RGB value is (130,146,80). Sum of RGB (Red+Green+Blue) = 130+146+80=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 146 - color contains mainly: green. Hex color #829250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829250 is #7D6DAF. Grayscale: #858585. Windows color (decimal): -8220080 or 5280386. OLE color: 5280386.
HSL color Cylindrical-coordinate representation of color #829250: hue angle of 74.55º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #829250 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 146 | 80 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.43 |
| HSL | 74.55º | 0.29% | 0.44% | - |
| HSV(B) | 74.55º | 0.45% | 0.57% | - |
| XYZ | 20.93 | 25.88 | 11.48 | - |
| YUV | 133.69 | 97.7 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 146 | 80 | 0.11 | 0 | 0.45 | 0.43 | 74.55 | 0.29 | 0.44 |
| Hex | 82 | 92 | 50 | B | 0 | 2D | 2B | 4B | 1D | 2C |
| Octal | 202 | 222 | 120 | 13 | 0 | 55 | 53 | 113 | 35 | 54 |
| Binary | 10000010 | 10010010 | 1010000 | 1011 | 0 | 101101 | 101011 | 1001011 | 11101 | 101100 |
Color Harmonies of #829250
Complementary color
Monochromatic Colors of #829250
Black with #829250
Text Example
Text Example
White with #829250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829250; }
p { color: rgb(130,146,80); }
H1.HeaderClassName
{
color: #829250;
}
.AnyTagClassName
{
color: #829250;
}
</style>
background-color css
<style>
a { background-color: #829250; }
a { background-color: rgb(130,146,80); }
div.DivClassName
{
background-color: #829250;
}
.BgClassName
{
background-color: #829250;
}
</style>
border-color css
<style>
span { border-color: #829250; }
span { border-color: rgb(130,146,80); }
td.TdClassName
{
border-color: #829250;
}
.TagClassName
{
border-color: #829250;
}
</style>