Shades of Wasabi #829638
Tints of Wasabi #829638
RGB
CMYK
RGB Variations
Color information
#829638 (or 0x829638) is known color: Wasabi. HEX triplet: 82, 96 and 38. RGB value is (130,150,56). Sum of RGB (Red+Green+Blue) = 130+150+56=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #829638 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829638 is #7D69C7. Grayscale: #858585. Windows color (decimal): -8219080 or 3708546. OLE color: 3708546.
HSL color Cylindrical-coordinate representation of color #829638: hue angle of 72.77º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #829638 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 150 | 56 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.41 |
| HSL | 72.77º | 0.46% | 0.4% | - |
| HSV(B) | 72.77º | 0.63% | 0.59% | - |
| XYZ | 20.83 | 26.84 | 7.83 | - |
| YUV | 133.3 | 84.37 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 150 | 56 | 0.13 | 0 | 0.63 | 0.41 | 72.77 | 0.46 | 0.4 |
| Hex | 82 | 96 | 38 | D | 0 | 3F | 29 | 49 | 2E | 28 |
| Octal | 202 | 226 | 70 | 15 | 0 | 77 | 51 | 111 | 56 | 50 |
| Binary | 10000010 | 10010110 | 111000 | 1101 | 0 | 111111 | 101001 | 1001001 | 101110 | 101000 |
Color Harmonies of #829638
Complementary color
Monochromatic Colors of #829638
Black with #829638
Text Example
Text Example
White with #829638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829638; }
p { color: rgb(130,150,56); }
H1.HeaderClassName
{
color: #829638;
}
.AnyTagClassName
{
color: #829638;
}
</style>
background-color css
<style>
a { background-color: #829638; }
a { background-color: rgb(130,150,56); }
div.DivClassName
{
background-color: #829638;
}
.BgClassName
{
background-color: #829638;
}
</style>
border-color css
<style>
span { border-color: #829638; }
span { border-color: rgb(130,150,56); }
td.TdClassName
{
border-color: #829638;
}
.TagClassName
{
border-color: #829638;
}
</style>