Shades of Wasabi #82983C
Tints of Wasabi #82983C
RGB
CMYK
RGB Variations
Color information
#82983C (or 0x82983C) is known color: Wasabi. HEX triplet: 82, 98 and 3C. RGB value is (130,152,60). Sum of RGB (Red+Green+Blue) = 130+152+60=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #82983C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82983C is #7D67C3. Grayscale: #878787. Windows color (decimal): -8218564 or 3971202. OLE color: 3971202.
HSL color Cylindrical-coordinate representation of color #82983C: hue angle of 74.35º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82983C is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 152 | 60 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.40 |
| HSL | 74.35º | 0.43% | 0.42% | - |
| HSV(B) | 74.35º | 0.61% | 0.6% | - |
| XYZ | 21.25 | 27.53 | 8.47 | - |
| YUV | 134.93 | 85.71 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 60 | 0.14 | 0 | 0.61 | 0.40 | 74.35 | 0.43 | 0.42 |
| Hex | 82 | 98 | 3C | E | 0 | 3D | 28 | 4A | 2B | 2A |
| Octal | 202 | 230 | 74 | 16 | 0 | 75 | 50 | 112 | 53 | 52 |
| Binary | 10000010 | 10011000 | 111100 | 1110 | 0 | 111101 | 101000 | 1001010 | 101011 | 101010 |
Color Harmonies of #82983C
Complementary color
Monochromatic Colors of #82983C
Black with #82983C
Text Example
Text Example
White with #82983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82983C; }
p { color: rgb(130,152,60); }
H1.HeaderClassName
{
color: #82983C;
}
.AnyTagClassName
{
color: #82983C;
}
</style>
background-color css
<style>
a { background-color: #82983C; }
a { background-color: rgb(130,152,60); }
div.DivClassName
{
background-color: #82983C;
}
.BgClassName
{
background-color: #82983C;
}
</style>
border-color css
<style>
span { border-color: #82983C; }
span { border-color: rgb(130,152,60); }
td.TdClassName
{
border-color: #82983C;
}
.TagClassName
{
border-color: #82983C;
}
</style>