Shades of Wasabi #828C2E
Tints of Wasabi #828C2E
RGB
CMYK
RGB Variations
Color information
#828C2E (or 0x828C2E) is known color: Wasabi. HEX triplet: 82, 8C and 2E. RGB value is (130,140,46). Sum of RGB (Red+Green+Blue) = 130+140+46=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 140 (55.08% from 255 or 44.30% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 140 - color contains mainly: green. Hex color #828C2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828C2E is #7D73D1. Grayscale: #7E7E7E. Windows color (decimal): -8221650 or 3050626. OLE color: 3050626.
HSL color Cylindrical-coordinate representation of color #828C2E: hue angle of 66.38º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #828C2E is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 140 | 46 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.45 |
| HSL | 66.38º | 0.51% | 0.36% | - |
| HSV(B) | 66.38º | 0.67% | 0.55% | - |
| XYZ | 19.08 | 23.7 | 6.15 | - |
| YUV | 126.29 | 82.69 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 46 | 0.07 | 0 | 0.67 | 0.45 | 66.38 | 0.51 | 0.36 |
| Hex | 82 | 8C | 2E | 7 | 0 | 43 | 2D | 42 | 33 | 24 |
| Octal | 202 | 214 | 56 | 7 | 0 | 103 | 55 | 102 | 63 | 44 |
| Binary | 10000010 | 10001100 | 101110 | 111 | 0 | 1000011 | 101101 | 1000010 | 110011 | 100100 |
Color Harmonies of #828C2E
Complementary color
Monochromatic Colors of #828C2E
Black with #828C2E
Text Example
Text Example
White with #828C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828C2E; }
p { color: rgb(130,140,46); }
H1.HeaderClassName
{
color: #828C2E;
}
.AnyTagClassName
{
color: #828C2E;
}
</style>
background-color css
<style>
a { background-color: #828C2E; }
a { background-color: rgb(130,140,46); }
div.DivClassName
{
background-color: #828C2E;
}
.BgClassName
{
background-color: #828C2E;
}
</style>
border-color css
<style>
span { border-color: #828C2E; }
span { border-color: rgb(130,140,46); }
td.TdClassName
{
border-color: #828C2E;
}
.TagClassName
{
border-color: #828C2E;
}
</style>