#84841E

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

Shades of Trendy Green #84841E

Tints of Trendy Green #84841E

Color information

#84841E (or 0x84841E) is unknown color: approx Trendy Green. HEX triplet: 84, 84 and 1E. RGB value is (132,132,30). Sum of RGB (Red+Green+Blue) = 132+132+30=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 132 - color contains mainly: red, green. Hex color #84841E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84841E is #7B7BE1. Grayscale: #787878. Windows color (decimal): -8092642 or 2000004. OLE color: 2000004.

HSL color Cylindrical-coordinate representation of color #84841E: hue angle of 60º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84841E is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB13213230-
CMYK000.770.48
HSL60º62.96%31.76%-
HSV(B)60º77.27%51.76%-
XYZ1821.54.43-
YUV120.3777136.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.90%
GREEN value IS 132 (51.95% from 255) = 44.90%
BLUE value IS 30 (12.11% from 255) = 10.20%
R=44.90%
G=44.90%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213230000.770.486062.9631.76
Hex84841E004D303c3f20
Octal204204360011560747740
Binary100001001000010011110001001101110000111100111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84841E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84841E; }

 p { color: rgb(132,132,30); }

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

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

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

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

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

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

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