#84821F

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

Shades of Trendy Green #84821F

Tints of Trendy Green #84821F

Color information

#84821F (or 0x84821F) is unknown color: approx Trendy Green. HEX triplet: 84, 82 and 1F. RGB value is (132,130,31). Sum of RGB (Red+Green+Blue) = 132+130+31=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #84821F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84821F is #7B7DE0. Grayscale: #777777. Windows color (decimal): -8093153 or 2065028. OLE color: 2065028.

HSL color Cylindrical-coordinate representation of color #84821F: hue angle of 58.81º degrees, saturation: 0.62, 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 #84821F is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB13213031-
CMYK00.020.770.48
HSL58.81º61.96%31.96%-
HSV(B)58.81º76.52%51.76%-
XYZ17.7520.974.41-
YUV119.3178.16137.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.05%
GREEN value IS 130 (51.17% from 255) = 44.37%
BLUE value IS 31 (12.5% from 255) = 10.58%
R=45.05%
G=44.37%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321303100.020.770.4858.8161.9631.96
Hex84821F024D303b3e20
Octal204202370211560737640
Binary1000010010000010111110101001101110000111011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84821F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84821F; }

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

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

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

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

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

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

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

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