Shades of Wasabi #828C36
Tints of Wasabi #828C36
RGB
CMYK
RGB Variations
Color information
#828C36 (or 0x828C36) is known color: Wasabi. HEX triplet: 82, 8C and 36. RGB value is (130,140,54). Sum of RGB (Red+Green+Blue) = 130+140+54=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 140 - color contains mainly: green. Hex color #828C36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828C36 is #7D73C9. Grayscale: #7F7F7F. Windows color (decimal): -8221642 or 3574914. OLE color: 3574914.
HSL color Cylindrical-coordinate representation of color #828C36: hue angle of 66.98º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #828C36 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 140 | 54 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.45 |
| HSL | 66.98º | 0.44% | 0.38% | - |
| HSV(B) | 66.98º | 0.61% | 0.55% | - |
| XYZ | 19.25 | 23.77 | 7.06 | - |
| YUV | 127.21 | 86.69 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 54 | 0.07 | 0 | 0.61 | 0.45 | 66.98 | 0.44 | 0.38 |
| Hex | 82 | 8C | 36 | 7 | 0 | 3D | 2D | 43 | 2C | 26 |
| Octal | 202 | 214 | 66 | 7 | 0 | 75 | 55 | 103 | 54 | 46 |
| Binary | 10000010 | 10001100 | 110110 | 111 | 0 | 111101 | 101101 | 1000011 | 101100 | 100110 |
Color Harmonies of #828C36
Complementary color
Monochromatic Colors of #828C36
Black with #828C36
Text Example
Text Example
White with #828C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828C36; }
p { color: rgb(130,140,54); }
H1.HeaderClassName
{
color: #828C36;
}
.AnyTagClassName
{
color: #828C36;
}
</style>
background-color css
<style>
a { background-color: #828C36; }
a { background-color: rgb(130,140,54); }
div.DivClassName
{
background-color: #828C36;
}
.BgClassName
{
background-color: #828C36;
}
</style>
border-color css
<style>
span { border-color: #828C36; }
span { border-color: rgb(130,140,54); }
td.TdClassName
{
border-color: #828C36;
}
.TagClassName
{
border-color: #828C36;
}
</style>