#84822C

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

Shades of Trendy Green #84822C

Tints of Trendy Green #84822C

Color information

#84822C (or 0x84822C) is unknown color: approx Trendy Green. HEX triplet: 84, 82 and 2C. RGB value is (132,130,44). Sum of RGB (Red+Green+Blue) = 132+130+44=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 132 - color contains mainly: red. Hex color #84822C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84822C is #7B7DD3. Grayscale: #797979. Windows color (decimal): -8093140 or 2916996. OLE color: 2916996.

HSL color Cylindrical-coordinate representation of color #84822C: hue angle of 58.64º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84822C is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB13213044-
CMYK00.020.670.48
HSL58.64º50%34.51%-
HSV(B)58.64º66.67%51.76%-
XYZ17.9521.055.5-
YUV120.7984.66135.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.14%
GREEN value IS 130 (51.17% from 255) = 42.48%
BLUE value IS 44 (17.58% from 255) = 14.38%
R=43.14%
G=42.48%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321304400.020.670.4858.645034.51
Hex84822C0243303b3223
Octal204202540210360736243
Binary10000100100000101011000101000011110000111011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84822C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84822C; }

 p { color: rgb(132,130,44); }

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

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

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

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

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

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

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