#80821A

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

Shades of Trendy Green #80821A

Tints of Trendy Green #80821A

Color information

#80821A (or 0x80821A) is unknown color: approx Trendy Green. HEX triplet: 80, 82 and 1A. RGB value is (128,130,26). Sum of RGB (Red+Green+Blue) = 128+130+26=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #80821A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80821A is #7F7DE5. Grayscale: #757575. Windows color (decimal): -8355302 or 1737344. OLE color: 1737344.

HSL color Cylindrical-coordinate representation of color #80821A: hue angle of 61.15º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80821A is Cyan = 0.02, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB12813026-
CMYK0.0200.80.49
HSL61.15º66.67%30.59%-
HSV(B)61.15º80%50.98%-
XYZ17.0720.634.06-
YUV117.5576.34135.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.07%
GREEN value IS 130 (51.17% from 255) = 45.77%
BLUE value IS 26 (10.55% from 255) = 9.15%
R=45.07%
G=45.77%
B=9.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128130260.0200.80.4961.1566.6730.59
Hex80821A2050313d431f
Octal2002023220120617510337
Binary1000000010000010110101001010000110001111101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80821A; }

 p { color: rgb(128,130,26); }

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

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

 a { background-color: rgb(128,130,26); }

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

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

 span { border-color: rgb(128,130,26); }

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