Shades of Wasabi #828F2D
Tints of Wasabi #828F2D
RGB
CMYK
RGB Variations
Color information
#828F2D (or 0x828F2D) is known color: Wasabi. HEX triplet: 82, 8F and 2D. RGB value is (130,143,45). Sum of RGB (Red+Green+Blue) = 130+143+45=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 143 - color contains mainly: green. Hex color #828F2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828F2D is #7D70D2. Grayscale: #808080. Windows color (decimal): -8220883 or 2985858. OLE color: 2985858.
HSL color Cylindrical-coordinate representation of color #828F2D: hue angle of 67.96º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #828F2D is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 143 | 45 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.44 |
| HSL | 67.96º | 0.52% | 0.37% | - |
| HSV(B) | 67.96º | 0.69% | 0.56% | - |
| XYZ | 19.5 | 24.58 | 6.2 | - |
| YUV | 127.94 | 81.19 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 45 | 0.09 | 0 | 0.69 | 0.44 | 67.96 | 0.52 | 0.37 |
| Hex | 82 | 8F | 2D | 9 | 0 | 45 | 2C | 44 | 34 | 25 |
| Octal | 202 | 217 | 55 | 11 | 0 | 105 | 54 | 104 | 64 | 45 |
| Binary | 10000010 | 10001111 | 101101 | 1001 | 0 | 1000101 | 101100 | 1000100 | 110100 | 100101 |
Color Harmonies of #828F2D
Complementary color
Monochromatic Colors of #828F2D
Black with #828F2D
Text Example
Text Example
White with #828F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828F2D; }
p { color: rgb(130,143,45); }
H1.HeaderClassName
{
color: #828F2D;
}
.AnyTagClassName
{
color: #828F2D;
}
</style>
background-color css
<style>
a { background-color: #828F2D; }
a { background-color: rgb(130,143,45); }
div.DivClassName
{
background-color: #828F2D;
}
.BgClassName
{
background-color: #828F2D;
}
</style>
border-color css
<style>
span { border-color: #828F2D; }
span { border-color: rgb(130,143,45); }
td.TdClassName
{
border-color: #828F2D;
}
.TagClassName
{
border-color: #828F2D;
}
</style>