Shades of Wasabi #828C38
Tints of Wasabi #828C38
RGB
CMYK
RGB Variations
Color information
#828C38 (or 0x828C38) is known color: Wasabi. HEX triplet: 82, 8C and 38. RGB value is (130,140,56). Sum of RGB (Red+Green+Blue) = 130+140+56=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 140 - color contains mainly: green. Hex color #828C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828C38 is #7D73C7. Grayscale: #7F7F7F. Windows color (decimal): -8221640 or 3705986. OLE color: 3705986.
HSL color Cylindrical-coordinate representation of color #828C38: hue angle of 67.14º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #828C38 is Cyan = 0.07, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 140 | 56 | - |
| CMYK | 0.07 | 0 | 0.6 | 0.45 |
| HSL | 67.14º | 0.43% | 0.38% | - |
| HSV(B) | 67.14º | 0.6% | 0.55% | - |
| XYZ | 19.3 | 23.79 | 7.32 | - |
| YUV | 127.43 | 87.69 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 56 | 0.07 | 0 | 0.6 | 0.45 | 67.14 | 0.43 | 0.38 |
| Hex | 82 | 8C | 38 | 7 | 0 | 3C | 2D | 43 | 2B | 26 |
| Octal | 202 | 214 | 70 | 7 | 0 | 74 | 55 | 103 | 53 | 46 |
| Binary | 10000010 | 10001100 | 111000 | 111 | 0 | 111100 | 101101 | 1000011 | 101011 | 100110 |
Color Harmonies of #828C38
Complementary color
Monochromatic Colors of #828C38
Black with #828C38
Text Example
Text Example
White with #828C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828C38; }
p { color: rgb(130,140,56); }
H1.HeaderClassName
{
color: #828C38;
}
.AnyTagClassName
{
color: #828C38;
}
</style>
background-color css
<style>
a { background-color: #828C38; }
a { background-color: rgb(130,140,56); }
div.DivClassName
{
background-color: #828C38;
}
.BgClassName
{
background-color: #828C38;
}
</style>
border-color css
<style>
span { border-color: #828C38; }
span { border-color: rgb(130,140,56); }
td.TdClassName
{
border-color: #828C38;
}
.TagClassName
{
border-color: #828C38;
}
</style>