#848620

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

Shades of Trendy Green #848620

Tints of Trendy Green #848620

Color information

#848620 (or 0x848620) is unknown color: approx Trendy Green. HEX triplet: 84, 86 and 20. RGB value is (132,134,32). Sum of RGB (Red+Green+Blue) = 132+134+32=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #848620 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848620 is #7B79DF. Grayscale: #7A7A7A. Windows color (decimal): -8092128 or 2131588. OLE color: 2131588.

HSL color Cylindrical-coordinate representation of color #848620: hue angle of 61.18º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #848620 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB13213432-
CMYK0.0100.760.47
HSL61.18º61.45%32.55%-
HSV(B)61.18º76.12%52.55%-
XYZ18.322.064.66-
YUV121.7777.34135.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.30%
GREEN value IS 134 (52.73% from 255) = 44.97%
BLUE value IS 32 (12.89% from 255) = 10.74%
R=44.30%
G=44.97%
B=10.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132134320.0100.760.4761.1861.4532.55
Hex848620104C2F3d3d21
Octal204206401011457757541
Binary1000010010000110100000101001100101111111101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848620; }

 p { color: rgb(132,134,32); }

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

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

 a { background-color: rgb(132,134,32); }

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

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

 span { border-color: rgb(132,134,32); }

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