#808416

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

Shades of Trendy Green #808416

Tints of Trendy Green #808416

Color information

#808416 (or 0x808416) is unknown color: approx Trendy Green. HEX triplet: 80, 84 and 16. RGB value is (128,132,22). Sum of RGB (Red+Green+Blue) = 128+132+22=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #808416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808416 is #7F7BE9. Grayscale: #767676. Windows color (decimal): -8354794 or 1475712. OLE color: 1475712.

HSL color Cylindrical-coordinate representation of color #808416: hue angle of 62.18º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #808416 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB12813222-
CMYK0.0300.830.48
HSL62.18º71.43%30.2%-
HSV(B)62.18º83.33%51.76%-
XYZ17.321.153.93-
YUV118.2673.67134.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.39%
GREEN value IS 132 (51.95% from 255) = 46.81%
BLUE value IS 22 (8.98% from 255) = 7.80%
R=45.39%
G=46.81%
B=7.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128132220.0300.830.4862.1871.4330.2
Hex8084163053303e471e
Octal2002042630123607610736
Binary1000000010000100101101101010011110000111110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808416; }

 p { color: rgb(128,132,22); }

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

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

 a { background-color: rgb(128,132,22); }

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

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

 span { border-color: rgb(128,132,22); }

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