Shades of Trendy Green #828216
Tints of Trendy Green #828216
RGB
CMYK
RGB Variations
Color information
#828216 (or 0x828216) is known color: Trendy Green. HEX triplet: 82, 82 and 16. RGB value is (130,130,22). Sum of RGB (Red+Green+Blue) = 130+130+22=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828216 is #7D7DE9. Grayscale: #767676. Windows color (decimal): -8224234 or 1475202. OLE color: 1475202.
HSL color Cylindrical-coordinate representation of color #828216: hue angle of 60º 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 #828216 is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 130 | 22 | - |
| CMYK | 0 | 0 | 0.83 | 0.49 |
| HSL | 60º | 0.71% | 0.3% | - |
| HSV(B) | 60º | 0.83% | 0.51% | - |
| XYZ | 17.33 | 20.77 | 3.85 | - |
| YUV | 117.69 | 74 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 130 | 22 | 0 | 0 | 0.83 | 0.49 | 60 | 0.71 | 0.3 |
| Hex | 82 | 82 | 16 | 0 | 0 | 53 | 31 | 3C | 47 | 1E |
| Octal | 202 | 202 | 26 | 0 | 0 | 123 | 61 | 74 | 107 | 36 |
| Binary | 10000010 | 10000010 | 10110 | 0 | 0 | 1010011 | 110001 | 111100 | 1000111 | 11110 |
Color Harmonies of #828216
Complementary color
Monochromatic Colors of #828216
Black with #828216
Text Example
Text Example
White with #828216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828216; }
p { color: rgb(130,130,22); }
H1.HeaderClassName
{
color: #828216;
}
.AnyTagClassName
{
color: #828216;
}
</style>
background-color css
<style>
a { background-color: #828216; }
a { background-color: rgb(130,130,22); }
div.DivClassName
{
background-color: #828216;
}
.BgClassName
{
background-color: #828216;
}
</style>
border-color css
<style>
span { border-color: #828216; }
span { border-color: rgb(130,130,22); }
td.TdClassName
{
border-color: #828216;
}
.TagClassName
{
border-color: #828216;
}
</style>