#84801C

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

Shades of Trendy Green #84801C

Tints of Trendy Green #84801C

Color information

#84801C (or 0x84801C) is unknown color: approx Trendy Green. HEX triplet: 84, 80 and 1C. RGB value is (132,128,28). Sum of RGB (Red+Green+Blue) = 132+128+28=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #84801C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84801C is #7B7FE3. Grayscale: #767676. Windows color (decimal): -8093668 or 1867908. OLE color: 1867908.

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

Color convert

RGB13212828-
CMYK00.030.790.48
HSL57.69º65%31.37%-
HSV(B)57.69º78.79%51.76%-
XYZ17.4420.434.12-
YUV117.877.33138.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.83%
GREEN value IS 128 (50.39% from 255) = 44.44%
BLUE value IS 28 (11.33% from 255) = 9.72%
R=45.83%
G=44.44%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321282800.030.790.4857.696531.37
Hex84801C034F303a411f
Octal2042003403117607210137
Binary1000010010000000111000111001111110000111010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84801C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,128,28); }

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

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

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

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

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

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

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