#84882E

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

Shades of Trendy Green #84882E

Tints of Trendy Green #84882E

Color information

#84882E (or 0x84882E) is unknown color: approx Trendy Green. HEX triplet: 84, 88 and 2E. RGB value is (132,136,46). Sum of RGB (Red+Green+Blue) = 132+136+46=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #84882E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84882E is #7B77D1. Grayscale: #7C7C7C. Windows color (decimal): -8091602 or 3049604. OLE color: 3049604.

HSL color Cylindrical-coordinate representation of color #84882E: hue angle of 62.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84882E is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB13213646-
CMYK0.0300.660.47
HSL62.67º49.45%35.69%-
HSV(B)62.67º66.18%53.33%-
XYZ18.8122.715.98-
YUV124.5483.67133.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.04%
GREEN value IS 136 (53.52% from 255) = 43.31%
BLUE value IS 46 (18.36% from 255) = 14.65%
R=42.04%
G=43.31%
B=14.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132136460.0300.660.4762.6749.4535.69
Hex84882E30422F3f3124
Octal204210563010257776144
Binary10000100100010001011101101000010101111111111110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84882E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,136,46); }

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

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

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

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

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

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

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