#84801F

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

Shades of Trendy Green #84801F

Tints of Trendy Green #84801F

Color information

#84801F (or 0x84801F) is unknown color: approx Trendy Green. HEX triplet: 84, 80 and 1F. RGB value is (132,128,31). Sum of RGB (Red+Green+Blue) = 132+128+31=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #84801F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84801F is #7B7FE0. Grayscale: #767676. Windows color (decimal): -8093665 or 2064516. OLE color: 2064516.

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

Color convert

RGB13212831-
CMYK00.030.770.48
HSL57.62º61.96%31.96%-
HSV(B)57.62º76.52%51.76%-
XYZ17.4820.444.32-
YUV118.1478.83137.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.36%
GREEN value IS 128 (50.39% from 255) = 43.99%
BLUE value IS 31 (12.5% from 255) = 10.65%
R=45.36%
G=43.99%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321283100.030.770.4857.6261.9631.96
Hex84801F034D303a3e20
Octal204200370311560727640
Binary1000010010000000111110111001101110000111010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84801F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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