Shades of Trendy Green #828016
Tints of Trendy Green #828016
RGB
CMYK
RGB Variations
Color information
#828016 (or 0x828016) is known color: Trendy Green. HEX triplet: 82, 80 and 16. RGB value is (130,128,22). Sum of RGB (Red+Green+Blue) = 130+128+22=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #828016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828016 is #7D7FE9. Grayscale: #747474. Windows color (decimal): -8224746 or 1474690. OLE color: 1474690.
HSL color Cylindrical-coordinate representation of color #828016: hue angle of 58.89º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #828016 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 22 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.49 |
| HSL | 58.89º | 0.71% | 0.3% | - |
| HSV(B) | 58.89º | 0.83% | 0.51% | - |
| XYZ | 17.07 | 20.24 | 3.77 | - |
| YUV | 116.51 | 74.66 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 22 | 0 | 0.02 | 0.83 | 0.49 | 58.89 | 0.71 | 0.3 |
| Hex | 82 | 80 | 16 | 0 | 2 | 53 | 31 | 3B | 47 | 1E |
| Octal | 202 | 200 | 26 | 0 | 2 | 123 | 61 | 73 | 107 | 36 |
| Binary | 10000010 | 10000000 | 10110 | 0 | 10 | 1010011 | 110001 | 111011 | 1000111 | 11110 |
Color Harmonies of #828016
Complementary color
Monochromatic Colors of #828016
Black with #828016
Text Example
Text Example
White with #828016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828016; }
p { color: rgb(130,128,22); }
H1.HeaderClassName
{
color: #828016;
}
.AnyTagClassName
{
color: #828016;
}
</style>
background-color css
<style>
a { background-color: #828016; }
a { background-color: rgb(130,128,22); }
div.DivClassName
{
background-color: #828016;
}
.BgClassName
{
background-color: #828016;
}
</style>
border-color css
<style>
span { border-color: #828016; }
span { border-color: rgb(130,128,22); }
td.TdClassName
{
border-color: #828016;
}
.TagClassName
{
border-color: #828016;
}
</style>