#86821C

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

Shades of Trendy Green #86821C

Tints of Trendy Green #86821C

Color information

#86821C (or 0x86821C) is unknown color: approx Trendy Green. HEX triplet: 86, 82 and 1C. RGB value is (134,130,28). Sum of RGB (Red+Green+Blue) = 134+130+28=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #86821C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86821C is #797DE3. Grayscale: #777777. Windows color (decimal): -7962084 or 1868422. OLE color: 1868422.

HSL color Cylindrical-coordinate representation of color #86821C: hue angle of 57.74º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86821C is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB13413028-
CMYK00.030.790.47
HSL57.74º65.43%31.76%-
HSV(B)57.74º79.1%52.55%-
XYZ18.0221.124.22-
YUV119.5776.33138.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.89%
GREEN value IS 130 (51.17% from 255) = 44.52%
BLUE value IS 28 (11.33% from 255) = 9.59%
R=45.89%
G=44.52%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341302800.030.790.4757.7465.4331.76
Hex86821C034F2F3a4120
Octal2062023403117577210140
Binary10000110100000101110001110011111011111110101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86821C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,130,28); }

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

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

 a { background-color: rgb(134,130,28); }

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

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

 span { border-color: rgb(134,130,28); }

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