Shades of Wasabi #82912F
Tints of Wasabi #82912F
RGB
CMYK
RGB Variations
Color information
#82912F (or 0x82912F) is known color: Wasabi. HEX triplet: 82, 91 and 2F. RGB value is (130,145,47). Sum of RGB (Red+Green+Blue) = 130+145+47=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #82912F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82912F is #7D6ED0. Grayscale: #818181. Windows color (decimal): -8220369 or 3117442. OLE color: 3117442.
HSL color Cylindrical-coordinate representation of color #82912F: hue angle of 69.18º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82912F is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 145 | 47 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.43 |
| HSL | 69.18º | 0.51% | 0.38% | - |
| HSV(B) | 69.18º | 0.68% | 0.57% | - |
| XYZ | 19.84 | 25.2 | 6.51 | - |
| YUV | 129.34 | 81.53 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 145 | 47 | 0.10 | 0 | 0.68 | 0.43 | 69.18 | 0.51 | 0.38 |
| Hex | 82 | 91 | 2F | A | 0 | 44 | 2B | 45 | 33 | 26 |
| Octal | 202 | 221 | 57 | 12 | 0 | 104 | 53 | 105 | 63 | 46 |
| Binary | 10000010 | 10010001 | 101111 | 1010 | 0 | 1000100 | 101011 | 1000101 | 110011 | 100110 |
Color Harmonies of #82912F
Complementary color
Monochromatic Colors of #82912F
Black with #82912F
Text Example
Text Example
White with #82912F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82912F; }
p { color: rgb(130,145,47); }
H1.HeaderClassName
{
color: #82912F;
}
.AnyTagClassName
{
color: #82912F;
}
</style>
background-color css
<style>
a { background-color: #82912F; }
a { background-color: rgb(130,145,47); }
div.DivClassName
{
background-color: #82912F;
}
.BgClassName
{
background-color: #82912F;
}
</style>
border-color css
<style>
span { border-color: #82912F; }
span { border-color: rgb(130,145,47); }
td.TdClassName
{
border-color: #82912F;
}
.TagClassName
{
border-color: #82912F;
}
</style>