Shades of Wasabi #828F31
Tints of Wasabi #828F31
RGB
CMYK
RGB Variations
Color information
#828F31 (or 0x828F31) is known color: Wasabi. HEX triplet: 82, 8F and 31. RGB value is (130,143,49). Sum of RGB (Red+Green+Blue) = 130+143+49=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 143 - color contains mainly: green. Hex color #828F31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828F31 is #7D70CE. Grayscale: #808080. Windows color (decimal): -8220879 or 3248002. OLE color: 3248002.
HSL color Cylindrical-coordinate representation of color #828F31: hue angle of 68.3º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #828F31 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 143 | 49 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.44 |
| HSL | 68.3º | 0.49% | 0.38% | - |
| HSV(B) | 68.3º | 0.66% | 0.56% | - |
| XYZ | 19.58 | 24.61 | 6.62 | - |
| YUV | 128.4 | 83.19 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 49 | 0.09 | 0 | 0.66 | 0.44 | 68.3 | 0.49 | 0.38 |
| Hex | 82 | 8F | 31 | 9 | 0 | 42 | 2C | 44 | 31 | 26 |
| Octal | 202 | 217 | 61 | 11 | 0 | 102 | 54 | 104 | 61 | 46 |
| Binary | 10000010 | 10001111 | 110001 | 1001 | 0 | 1000010 | 101100 | 1000100 | 110001 | 100110 |
Color Harmonies of #828F31
Complementary color
Monochromatic Colors of #828F31
Black with #828F31
Text Example
Text Example
White with #828F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828F31; }
p { color: rgb(130,143,49); }
H1.HeaderClassName
{
color: #828F31;
}
.AnyTagClassName
{
color: #828F31;
}
</style>
background-color css
<style>
a { background-color: #828F31; }
a { background-color: rgb(130,143,49); }
div.DivClassName
{
background-color: #828F31;
}
.BgClassName
{
background-color: #828F31;
}
</style>
border-color css
<style>
span { border-color: #828F31; }
span { border-color: rgb(130,143,49); }
td.TdClassName
{
border-color: #828F31;
}
.TagClassName
{
border-color: #828F31;
}
</style>