Shades of Wasabi #828C31
Tints of Wasabi #828C31
RGB
CMYK
RGB Variations
Color information
#828C31 (or 0x828C31) is known color: Wasabi. HEX triplet: 82, 8C and 31. RGB value is (130,140,49). Sum of RGB (Red+Green+Blue) = 130+140+49=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 140 - color contains mainly: green. Hex color #828C31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828C31 is #7D73CE. Grayscale: #7E7E7E. Windows color (decimal): -8221647 or 3247234. OLE color: 3247234.
HSL color Cylindrical-coordinate representation of color #828C31: hue angle of 66.59º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #828C31 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 140 | 49 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.45 |
| HSL | 66.59º | 0.48% | 0.37% | - |
| HSV(B) | 66.59º | 0.65% | 0.55% | - |
| XYZ | 19.14 | 23.72 | 6.48 | - |
| YUV | 126.64 | 84.19 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 49 | 0.07 | 0 | 0.65 | 0.45 | 66.59 | 0.48 | 0.37 |
| Hex | 82 | 8C | 31 | 7 | 0 | 41 | 2D | 43 | 30 | 25 |
| Octal | 202 | 214 | 61 | 7 | 0 | 101 | 55 | 103 | 60 | 45 |
| Binary | 10000010 | 10001100 | 110001 | 111 | 0 | 1000001 | 101101 | 1000011 | 110000 | 100101 |
Color Harmonies of #828C31
Complementary color
Monochromatic Colors of #828C31
Black with #828C31
Text Example
Text Example
White with #828C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828C31; }
p { color: rgb(130,140,49); }
H1.HeaderClassName
{
color: #828C31;
}
.AnyTagClassName
{
color: #828C31;
}
</style>
background-color css
<style>
a { background-color: #828C31; }
a { background-color: rgb(130,140,49); }
div.DivClassName
{
background-color: #828C31;
}
.BgClassName
{
background-color: #828C31;
}
</style>
border-color css
<style>
span { border-color: #828C31; }
span { border-color: rgb(130,140,49); }
td.TdClassName
{
border-color: #828C31;
}
.TagClassName
{
border-color: #828C31;
}
</style>