Shades of Wasabi #829933
Tints of Wasabi #829933
RGB
CMYK
RGB Variations
Color information
#829933 (or 0x829933) is known color: Wasabi. HEX triplet: 82, 99 and 33. RGB value is (130,153,51). Sum of RGB (Red+Green+Blue) = 130+153+51=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #829933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829933 is #7D66CC. Grayscale: #868686. Windows color (decimal): -8218317 or 3381634. OLE color: 3381634.
HSL color Cylindrical-coordinate representation of color #829933: hue angle of 73.53º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #829933 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 130 | 153 | 51 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.4 |
| HSL | 73.53º | 0.5% | 0.4% | - |
| HSV(B) | 73.53º | 0.67% | 0.6% | - |
| XYZ | 21.19 | 27.77 | 7.37 | - |
| YUV | 134.5 | 80.88 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 153 | 51 | 0.15 | 0 | 0.67 | 0.4 | 73.53 | 0.5 | 0.4 |
| Hex | 82 | 99 | 33 | F | 0 | 43 | 28 | 4A | 32 | 28 |
| Octal | 202 | 231 | 63 | 17 | 0 | 103 | 50 | 112 | 62 | 50 |
| Binary | 10000010 | 10011001 | 110011 | 1111 | 0 | 1000011 | 101000 | 1001010 | 110010 | 101000 |
Color Harmonies of #829933
Complementary color
Monochromatic Colors of #829933
Black with #829933
Text Example
Text Example
White with #829933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829933; }
p { color: rgb(130,153,51); }
H1.HeaderClassName
{
color: #829933;
}
.AnyTagClassName
{
color: #829933;
}
</style>
background-color css
<style>
a { background-color: #829933; }
a { background-color: rgb(130,153,51); }
div.DivClassName
{
background-color: #829933;
}
.BgClassName
{
background-color: #829933;
}
</style>
border-color css
<style>
span { border-color: #829933; }
span { border-color: rgb(130,153,51); }
td.TdClassName
{
border-color: #829933;
}
.TagClassName
{
border-color: #829933;
}
</style>