#848518

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

Shades of Trendy Green #848518

Tints of Trendy Green #848518

Color information

#848518 (or 0x848518) is unknown color: approx Trendy Green. HEX triplet: 84, 85 and 18. RGB value is (132,133,24). Sum of RGB (Red+Green+Blue) = 132+133+24=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #848518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848518 is #7B7AE7. Grayscale: #787878. Windows color (decimal): -8092392 or 1607044. OLE color: 1607044.

HSL color Cylindrical-coordinate representation of color #848518: hue angle of 60.55º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #848518 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB13213324-
CMYK0.0100.820.48
HSL60.55º69.43%30.78%-
HSV(B)60.55º81.95%52.16%-
XYZ18.0721.754.11-
YUV120.2873.67136.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.67%
GREEN value IS 133 (52.34% from 255) = 46.02%
BLUE value IS 24 (9.77% from 255) = 8.30%
R=45.67%
G=46.02%
B=8.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132133240.0100.820.4860.5569.4330.78
Hex8485181052303d451f
Octal2042053010122607510537
Binary100001001000010111000101010010110000111101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848518; }

 p { color: rgb(132,133,24); }

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

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

 a { background-color: rgb(132,133,24); }

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

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

 span { border-color: rgb(132,133,24); }

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