Shades of Wasabi #828B30
Tints of Wasabi #828B30
RGB
CMYK
RGB Variations
Color information
#828B30 (or 0x828B30) is known color: Wasabi. HEX triplet: 82, 8B and 30. RGB value is (130,139,48). Sum of RGB (Red+Green+Blue) = 130+139+48=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 139 - color contains mainly: green. Hex color #828B30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828B30 is #7D74CF. Grayscale: #7E7E7E. Windows color (decimal): -8221904 or 3181442. OLE color: 3181442.
HSL color Cylindrical-coordinate representation of color #828B30: hue angle of 65.93º degrees, saturation: 0.49, 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 #828B30 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 48 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.45 |
| HSL | 65.93º | 0.49% | 0.37% | - |
| HSV(B) | 65.93º | 0.65% | 0.55% | - |
| XYZ | 18.97 | 23.42 | 6.32 | - |
| YUV | 125.94 | 84.02 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 48 | 0.06 | 0 | 0.65 | 0.45 | 65.93 | 0.49 | 0.37 |
| Hex | 82 | 8B | 30 | 6 | 0 | 41 | 2D | 42 | 31 | 25 |
| Octal | 202 | 213 | 60 | 6 | 0 | 101 | 55 | 102 | 61 | 45 |
| Binary | 10000010 | 10001011 | 110000 | 110 | 0 | 1000001 | 101101 | 1000010 | 110001 | 100101 |
Color Harmonies of #828B30
Complementary color
Monochromatic Colors of #828B30
Black with #828B30
Text Example
Text Example
White with #828B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B30; }
p { color: rgb(130,139,48); }
H1.HeaderClassName
{
color: #828B30;
}
.AnyTagClassName
{
color: #828B30;
}
</style>
background-color css
<style>
a { background-color: #828B30; }
a { background-color: rgb(130,139,48); }
div.DivClassName
{
background-color: #828B30;
}
.BgClassName
{
background-color: #828B30;
}
</style>
border-color css
<style>
span { border-color: #828B30; }
span { border-color: rgb(130,139,48); }
td.TdClassName
{
border-color: #828B30;
}
.TagClassName
{
border-color: #828B30;
}
</style>