Shades of Wasabi #82902C
Tints of Wasabi #82902C
RGB
CMYK
RGB Variations
Color information
#82902C (or 0x82902C) is known color: Wasabi. HEX triplet: 82, 90 and 2C. RGB value is (130,144,44). Sum of RGB (Red+Green+Blue) = 130+144+44=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 144 - color contains mainly: green. Hex color #82902C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82902C is #7D6FD3. Grayscale: #808080. Windows color (decimal): -8220628 or 2920578. OLE color: 2920578.
HSL color Cylindrical-coordinate representation of color #82902C: hue angle of 68.4º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82902C is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 144 | 44 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.44 |
| HSL | 68.4º | 0.53% | 0.37% | - |
| HSV(B) | 68.4º | 0.69% | 0.56% | - |
| XYZ | 19.63 | 24.87 | 6.15 | - |
| YUV | 128.41 | 80.36 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 44 | 0.10 | 0 | 0.69 | 0.44 | 68.4 | 0.53 | 0.37 |
| Hex | 82 | 90 | 2C | A | 0 | 45 | 2C | 44 | 35 | 25 |
| Octal | 202 | 220 | 54 | 12 | 0 | 105 | 54 | 104 | 65 | 45 |
| Binary | 10000010 | 10010000 | 101100 | 1010 | 0 | 1000101 | 101100 | 1000100 | 110101 | 100101 |
Color Harmonies of #82902C
Complementary color
Monochromatic Colors of #82902C
Black with #82902C
Text Example
Text Example
White with #82902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82902C; }
p { color: rgb(130,144,44); }
H1.HeaderClassName
{
color: #82902C;
}
.AnyTagClassName
{
color: #82902C;
}
</style>
background-color css
<style>
a { background-color: #82902C; }
a { background-color: rgb(130,144,44); }
div.DivClassName
{
background-color: #82902C;
}
.BgClassName
{
background-color: #82902C;
}
</style>
border-color css
<style>
span { border-color: #82902C; }
span { border-color: rgb(130,144,44); }
td.TdClassName
{
border-color: #82902C;
}
.TagClassName
{
border-color: #82902C;
}
</style>