#828216

Color #828216 Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #828216

Tints of Trendy Green #828216

Color information

#828216 (or 0x828216) is unknown color: approx 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

RGB13013022-
CMYK000.830.49
HSL60º71.05%29.8%-
HSV(B)60º83.08%50.98%-
XYZ17.3320.773.85-
YUV117.6974136.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 46.10%
GREEN value IS 130 (51.17% from 255) = 46.10%
BLUE value IS 22 (8.98% from 255) = 7.80%
R=46.10%
G=46.10%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13013022000.830.496071.0529.8
Hex8282160053313c471e
Octal2022022600123617410736
Binary100000101000001010110001010011110001111100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>