Shades of Wasabi #82904B
Tints of Wasabi #82904B
RGB
CMYK
RGB Variations
Color information
#82904B (or 0x82904B) is known color: Wasabi. HEX triplet: 82, 90 and 4B. RGB value is (130,144,75). Sum of RGB (Red+Green+Blue) = 130+144+75=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 144 - color contains mainly: green. Hex color #82904B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82904B is #7D6FB4. Grayscale: #848484. Windows color (decimal): -8220597 or 4952194. OLE color: 4952194.
HSL color Cylindrical-coordinate representation of color #82904B: hue angle of 72.17º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82904B is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 144 | 75 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.44 |
| HSL | 72.17º | 0.32% | 0.43% | - |
| HSV(B) | 72.17º | 0.48% | 0.56% | - |
| XYZ | 20.45 | 25.2 | 10.44 | - |
| YUV | 131.95 | 95.86 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 75 | 0.10 | 0 | 0.48 | 0.44 | 72.17 | 0.32 | 0.43 |
| Hex | 82 | 90 | 4B | A | 0 | 30 | 2C | 48 | 20 | 2B |
| Octal | 202 | 220 | 113 | 12 | 0 | 60 | 54 | 110 | 40 | 53 |
| Binary | 10000010 | 10010000 | 1001011 | 1010 | 0 | 110000 | 101100 | 1001000 | 100000 | 101011 |
Color Harmonies of #82904B
Complementary color
Monochromatic Colors of #82904B
Black with #82904B
Text Example
Text Example
White with #82904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82904B; }
p { color: rgb(130,144,75); }
H1.HeaderClassName
{
color: #82904B;
}
.AnyTagClassName
{
color: #82904B;
}
</style>
background-color css
<style>
a { background-color: #82904B; }
a { background-color: rgb(130,144,75); }
div.DivClassName
{
background-color: #82904B;
}
.BgClassName
{
background-color: #82904B;
}
</style>
border-color css
<style>
span { border-color: #82904B; }
span { border-color: rgb(130,144,75); }
td.TdClassName
{
border-color: #82904B;
}
.TagClassName
{
border-color: #82904B;
}
</style>