Shades of Wasabi #828D3C
Tints of Wasabi #828D3C
RGB
CMYK
RGB Variations
Color information
#828D3C (or 0x828D3C) is known color: Wasabi. HEX triplet: 82, 8D and 3C. RGB value is (130,141,60). Sum of RGB (Red+Green+Blue) = 130+141+60=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 141 - color contains mainly: green. Hex color #828D3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828D3C is #7D72C3. Grayscale: #808080. Windows color (decimal): -8221380 or 3968386. OLE color: 3968386.
HSL color Cylindrical-coordinate representation of color #828D3C: hue angle of 68.15º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #828D3C is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 141 | 60 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.45 |
| HSL | 68.15º | 0.4% | 0.39% | - |
| HSV(B) | 68.15º | 0.57% | 0.55% | - |
| XYZ | 19.55 | 24.12 | 7.9 | - |
| YUV | 128.48 | 89.36 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 60 | 0.08 | 0 | 0.57 | 0.45 | 68.15 | 0.4 | 0.39 |
| Hex | 82 | 8D | 3C | 8 | 0 | 39 | 2D | 44 | 28 | 27 |
| Octal | 202 | 215 | 74 | 10 | 0 | 71 | 55 | 104 | 50 | 47 |
| Binary | 10000010 | 10001101 | 111100 | 1000 | 0 | 111001 | 101101 | 1000100 | 101000 | 100111 |
Color Harmonies of #828D3C
Complementary color
Monochromatic Colors of #828D3C
Black with #828D3C
Text Example
Text Example
White with #828D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828D3C; }
p { color: rgb(130,141,60); }
H1.HeaderClassName
{
color: #828D3C;
}
.AnyTagClassName
{
color: #828D3C;
}
</style>
background-color css
<style>
a { background-color: #828D3C; }
a { background-color: rgb(130,141,60); }
div.DivClassName
{
background-color: #828D3C;
}
.BgClassName
{
background-color: #828D3C;
}
</style>
border-color css
<style>
span { border-color: #828D3C; }
span { border-color: rgb(130,141,60); }
td.TdClassName
{
border-color: #828D3C;
}
.TagClassName
{
border-color: #828D3C;
}
</style>