#828616

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

Shades of Trendy Green #828616

Tints of Trendy Green #828616

Color information

#828616 (or 0x828616) is unknown color: approx Trendy Green. HEX triplet: 82, 86 and 16. RGB value is (130,134,22). Sum of RGB (Red+Green+Blue) = 130+134+22=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #828616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828616 is #7D79E9. Grayscale: #787878. Windows color (decimal): -8223210 or 1476226. OLE color: 1476226.

HSL color Cylindrical-coordinate representation of color #828616: hue angle of 62.14º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #828616 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB13013422-
CMYK0.0300.840.47
HSL62.14º71.79%30.59%-
HSV(B)62.14º83.58%52.55%-
XYZ17.8821.854.04-
YUV120.0472.67135.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.45%
GREEN value IS 134 (52.73% from 255) = 46.85%
BLUE value IS 22 (8.98% from 255) = 7.69%
R=45.45%
G=46.85%
B=7.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130134220.0300.840.4762.1471.7930.59
Hex82861630542F3e481f
Octal2022062630124577611037
Binary1000001010000110101101101010100101111111110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828616; }

 p { color: rgb(130,134,22); }

 H1.HeaderClassName
 {
   color: #828616;
 }
 .AnyTagClassName
 {
   color: #828616;
 }
</style>
background-color css

<style>
 a { background-color: #828616; }

 a { background-color: rgb(130,134,22); }

 div.DivClassName
 {
   background-color: #828616;
 }
 .BgClassName
 {
   background-color: #828616;
 }
</style>
border-color css

<style>
 span { border-color: #828616; }

 span { border-color: rgb(130,134,22); }

 td.TdClassName
 {
   border-color: #828616;
 }
 .TagClassName
 {
   border-color: #828616;
 }
</style>