Shades of Wasabi #829033
Tints of Wasabi #829033
RGB
CMYK
RGB Variations
Color information
#829033 (or 0x829033) is known color: Wasabi. HEX triplet: 82, 90 and 33. RGB value is (130,144,51). Sum of RGB (Red+Green+Blue) = 130+144+51=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #829033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829033 is #7D6FCC. Grayscale: #818181. Windows color (decimal): -8220621 or 3379330. OLE color: 3379330.
HSL color Cylindrical-coordinate representation of color #829033: hue angle of 69.03º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #829033 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 144 | 51 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.44 |
| HSL | 69.03º | 0.48% | 0.38% | - |
| HSV(B) | 69.03º | 0.65% | 0.56% | - |
| XYZ | 19.78 | 24.93 | 6.9 | - |
| YUV | 129.21 | 83.86 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 51 | 0.10 | 0 | 0.65 | 0.44 | 69.03 | 0.48 | 0.38 |
| Hex | 82 | 90 | 33 | A | 0 | 41 | 2C | 45 | 30 | 26 |
| Octal | 202 | 220 | 63 | 12 | 0 | 101 | 54 | 105 | 60 | 46 |
| Binary | 10000010 | 10010000 | 110011 | 1010 | 0 | 1000001 | 101100 | 1000101 | 110000 | 100110 |
Color Harmonies of #829033
Complementary color
Monochromatic Colors of #829033
Black with #829033
Text Example
Text Example
White with #829033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829033; }
p { color: rgb(130,144,51); }
H1.HeaderClassName
{
color: #829033;
}
.AnyTagClassName
{
color: #829033;
}
</style>
background-color css
<style>
a { background-color: #829033; }
a { background-color: rgb(130,144,51); }
div.DivClassName
{
background-color: #829033;
}
.BgClassName
{
background-color: #829033;
}
</style>
border-color css
<style>
span { border-color: #829033; }
span { border-color: rgb(130,144,51); }
td.TdClassName
{
border-color: #829033;
}
.TagClassName
{
border-color: #829033;
}
</style>