Shades of Wasabi #829A37
Tints of Wasabi #829A37
RGB
CMYK
RGB Variations
Color information
#829A37 (or 0x829A37) is known color: Wasabi. HEX triplet: 82, 9A and 37. RGB value is (130,154,55). Sum of RGB (Red+Green+Blue) = 130+154+55=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 154 - color contains mainly: green. Hex color #829A37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829A37 is #7D65C8. Grayscale: #878787. Windows color (decimal): -8218057 or 3644034. OLE color: 3644034.
HSL color Cylindrical-coordinate representation of color #829A37: hue angle of 74.55º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #829A37 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 154 | 55 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.40 |
| HSL | 74.55º | 0.47% | 0.41% | - |
| HSV(B) | 74.55º | 0.64% | 0.6% | - |
| XYZ | 21.45 | 28.13 | 7.91 | - |
| YUV | 135.54 | 82.55 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 154 | 55 | 0.16 | 0 | 0.64 | 0.40 | 74.55 | 0.47 | 0.41 |
| Hex | 82 | 9A | 37 | 10 | 0 | 40 | 28 | 4B | 2F | 29 |
| Octal | 202 | 232 | 67 | 20 | 0 | 100 | 50 | 113 | 57 | 51 |
| Binary | 10000010 | 10011010 | 110111 | 10000 | 0 | 1000000 | 101000 | 1001011 | 101111 | 101001 |
Color Harmonies of #829A37
Complementary color
Monochromatic Colors of #829A37
Black with #829A37
Text Example
Text Example
White with #829A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829A37; }
p { color: rgb(130,154,55); }
H1.HeaderClassName
{
color: #829A37;
}
.AnyTagClassName
{
color: #829A37;
}
</style>
background-color css
<style>
a { background-color: #829A37; }
a { background-color: rgb(130,154,55); }
div.DivClassName
{
background-color: #829A37;
}
.BgClassName
{
background-color: #829A37;
}
</style>
border-color css
<style>
span { border-color: #829A37; }
span { border-color: rgb(130,154,55); }
td.TdClassName
{
border-color: #829A37;
}
.TagClassName
{
border-color: #829A37;
}
</style>