Shades of Trendy Green #828920
Tints of Trendy Green #828920
RGB
CMYK
RGB Variations
Color information
#828920 (or 0x828920) is known color: Trendy Green. HEX triplet: 82, 89 and 20. RGB value is (130,137,32). Sum of RGB (Red+Green+Blue) = 130+137+32=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 137 - color contains mainly: green. Hex color #828920 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828920 is #7D76DF. Grayscale: #7B7B7B. Windows color (decimal): -8222432 or 2132354. OLE color: 2132354.
HSL color Cylindrical-coordinate representation of color #828920: hue angle of 64º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #828920 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 137 | 32 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.46 |
| HSL | 64º | 0.62% | 0.33% | - |
| HSV(B) | 64º | 0.77% | 0.54% | - |
| XYZ | 18.41 | 22.74 | 4.79 | - |
| YUV | 122.94 | 76.68 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 32 | 0.05 | 0 | 0.77 | 0.46 | 64 | 0.62 | 0.33 |
| Hex | 82 | 89 | 20 | 5 | 0 | 4D | 2E | 40 | 3E | 21 |
| Octal | 202 | 211 | 40 | 5 | 0 | 115 | 56 | 100 | 76 | 41 |
| Binary | 10000010 | 10001001 | 100000 | 101 | 0 | 1001101 | 101110 | 1000000 | 111110 | 100001 |
Color Harmonies of #828920
Complementary color
Monochromatic Colors of #828920
Black with #828920
Text Example
Text Example
White with #828920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828920; }
p { color: rgb(130,137,32); }
H1.HeaderClassName
{
color: #828920;
}
.AnyTagClassName
{
color: #828920;
}
</style>
background-color css
<style>
a { background-color: #828920; }
a { background-color: rgb(130,137,32); }
div.DivClassName
{
background-color: #828920;
}
.BgClassName
{
background-color: #828920;
}
</style>
border-color css
<style>
span { border-color: #828920; }
span { border-color: rgb(130,137,32); }
td.TdClassName
{
border-color: #828920;
}
.TagClassName
{
border-color: #828920;
}
</style>