Shades of Wasabi #82904F
Tints of Wasabi #82904F
RGB
CMYK
RGB Variations
Color information
#82904F (or 0x82904F) is known color: Wasabi. HEX triplet: 82, 90 and 4F. RGB value is (130,144,79). Sum of RGB (Red+Green+Blue) = 130+144+79=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 144 - color contains mainly: green. Hex color #82904F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82904F is #7D6FB0. Grayscale: #848484. Windows color (decimal): -8220593 or 5214338. OLE color: 5214338.
HSL color Cylindrical-coordinate representation of color #82904F: hue angle of 72.92º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82904F is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 144 | 79 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.44 |
| HSL | 72.92º | 0.29% | 0.44% | - |
| HSV(B) | 72.92º | 0.45% | 0.56% | - |
| XYZ | 20.59 | 25.26 | 11.19 | - |
| YUV | 132.4 | 97.86 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 79 | 0.10 | 0 | 0.45 | 0.44 | 72.92 | 0.29 | 0.44 |
| Hex | 82 | 90 | 4F | A | 0 | 2D | 2C | 49 | 1D | 2C |
| Octal | 202 | 220 | 117 | 12 | 0 | 55 | 54 | 111 | 35 | 54 |
| Binary | 10000010 | 10010000 | 1001111 | 1010 | 0 | 101101 | 101100 | 1001001 | 11101 | 101100 |
Color Harmonies of #82904F
Complementary color
Monochromatic Colors of #82904F
Black with #82904F
Text Example
Text Example
White with #82904F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82904F; }
p { color: rgb(130,144,79); }
H1.HeaderClassName
{
color: #82904F;
}
.AnyTagClassName
{
color: #82904F;
}
</style>
background-color css
<style>
a { background-color: #82904F; }
a { background-color: rgb(130,144,79); }
div.DivClassName
{
background-color: #82904F;
}
.BgClassName
{
background-color: #82904F;
}
</style>
border-color css
<style>
span { border-color: #82904F; }
span { border-color: rgb(130,144,79); }
td.TdClassName
{
border-color: #82904F;
}
.TagClassName
{
border-color: #82904F;
}
</style>