Shades of Trendy Green #828426
Tints of Trendy Green #828426
RGB
CMYK
RGB Variations
Color information
#828426 (or 0x828426) is known color: Trendy Green. HEX triplet: 82, 84 and 26. RGB value is (130,132,38). Sum of RGB (Red+Green+Blue) = 130+132+38=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #828426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828426 is #7D7BD9. Grayscale: #797979. Windows color (decimal): -8223706 or 2524290. OLE color: 2524290.
HSL color Cylindrical-coordinate representation of color #828426: hue angle of 61.28º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #828426 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 132 | 38 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.48 |
| HSL | 61.28º | 0.55% | 0.33% | - |
| HSV(B) | 61.28º | 0.71% | 0.52% | - |
| XYZ | 17.81 | 21.39 | 5.02 | - |
| YUV | 120.69 | 81.34 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 132 | 38 | 0.02 | 0 | 0.71 | 0.48 | 61.28 | 0.55 | 0.33 |
| Hex | 82 | 84 | 26 | 2 | 0 | 47 | 30 | 3D | 37 | 21 |
| Octal | 202 | 204 | 46 | 2 | 0 | 107 | 60 | 75 | 67 | 41 |
| Binary | 10000010 | 10000100 | 100110 | 10 | 0 | 1000111 | 110000 | 111101 | 110111 | 100001 |
Color Harmonies of #828426
Complementary color
Monochromatic Colors of #828426
Black with #828426
Text Example
Text Example
White with #828426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828426; }
p { color: rgb(130,132,38); }
H1.HeaderClassName
{
color: #828426;
}
.AnyTagClassName
{
color: #828426;
}
</style>
background-color css
<style>
a { background-color: #828426; }
a { background-color: rgb(130,132,38); }
div.DivClassName
{
background-color: #828426;
}
.BgClassName
{
background-color: #828426;
}
</style>
border-color css
<style>
span { border-color: #828426; }
span { border-color: rgb(130,132,38); }
td.TdClassName
{
border-color: #828426;
}
.TagClassName
{
border-color: #828426;
}
</style>